PairedNamespaceOptions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the options for the paired namespace for the service bus messaging.
public abstract class PairedNamespaceOptions
type PairedNamespaceOptions = class
Public MustInherit Class PairedNamespaceOptions
- Inheritance
-
PairedNamespaceOptions
- Derived
Constructors
PairedNamespaceOptions(NamespaceManager, MessagingFactory, TimeSpan) |
Initializes a new instance of the PairedNamespaceOptions class. |
PairedNamespaceOptions(NamespaceManager, MessagingFactory) |
Initializes a new instance of the PairedNamespaceOptions class. |
Properties
FailoverInterval |
Gets the message TimeSpan interval failover. |
SecondaryMessagingFactory |
Gets the secondary messaging factory associated with the paired namespace. |
SecondaryNamespaceManager |
Gets the object that manages entities, such as queues, topics, subscriptions and rules in the paired namespace. |
Methods
ClearPairing() |
Dissolves the pairing of the paired namespace. |
OnNotifyPrimarySendResult(String, Boolean) |
Notifies the primary messaging on sending the result. |
Applies to
Azure SDK for .NET