Proton DotNet
Loading...
Searching...
No Matches
Public Member Functions | List of all members
Apache.Qpid.Proton.Client.TargetOptions Class Reference
Inheritance diagram for Apache.Qpid.Proton.Client.TargetOptions:
Apache.Qpid.Proton.Client.TerminusOptions

Public Member Functions

 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.
 

Additional Inherited Members

- Properties inherited from Apache.Qpid.Proton.Client.TerminusOptions
DurabilityModeDurabilityMode [get, set]
 Configures the Terminus durability mode.
 
uint? Timeout [get, set]
 Terminus timeout configuration.
 
ExpiryPolicyExpiryPolicy [get, set]
 Configures the expiry policy for the Terminus.
 
string[] Capabilities [get, set]
 Capabilities that are assigned to the created Terminus.
 

Constructor & Destructor Documentation

◆ TargetOptions()

Apache.Qpid.Proton.Client.TargetOptions.TargetOptions ( TargetOptions  other)
inline

Create a target options instance that copies the configuration from the given instance.

Parameters
otherThe target options instance to copy

Member Function Documentation

◆ 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: