|
| TargetOptions () |
| Creates a default target options instance.
|
|
| TargetOptions (TargetOptions other) |
| Create a target options instance that copies the configuration from the given instance.
|
|
object | Clone () |
| Clone this options instance, changes to the cloned options are not reflected in this options instance.
|
|
|
DurabilityMode? | DurabilityMode [get, set] |
| Configures the Terminus durability mode.
|
|
uint? | Timeout [get, set] |
| Terminus timeout configuration.
|
|
ExpiryPolicy? | ExpiryPolicy [get, set] |
| Configures the expiry policy for the Terminus.
|
|
string[] | Capabilities [get, set] |
| Capabilities that are assigned to the created Terminus.
|
|
◆ TargetOptions()
Apache.Qpid.Proton.Client.TargetOptions.TargetOptions |
( |
TargetOptions |
other | ) |
|
|
inline |
Create a target options instance that copies the configuration from the given instance.
- Parameters
-
other | The target options instance to copy |
◆ Clone()
object Apache.Qpid.Proton.Client.TargetOptions.Clone |
( |
| ) |
|
|
inline |
Clone this options instance, changes to the cloned options are not reflected in this options instance.
- Returns
- A deep copy of this options instance.
The documentation for this class was generated from the following file:
- src/Proton.Client/Client/TargetOptions.cs