SendAvailabilityPairedNamespaceOptions 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 sending the availability of paired namespace.
public sealed class SendAvailabilityPairedNamespaceOptions : Microsoft.ServiceBus.Messaging.PairedNamespaceOptions
type SendAvailabilityPairedNamespaceOptions = class
inherit PairedNamespaceOptions
Public NotInheritable Class SendAvailabilityPairedNamespaceOptions
Inherits PairedNamespaceOptions
- Inheritance
Constructors
SendAvailabilityPairedNamespaceOptions(NamespaceManager, MessagingFactory) |
Initializes a new instance of the SendAvailabilityPairedNamespaceOptions class. |
SendAvailabilityPairedNamespaceOptions(NamespaceManager, MessagingFactory, Int32) |
Initializes a new instance of the SendAvailabilityPairedNamespaceOptions class. |
SendAvailabilityPairedNamespaceOptions(NamespaceManager, MessagingFactory, Int32, TimeSpan, Boolean) |
Initializes a new instance of the SendAvailabilityPairedNamespaceOptions class. |
Properties
BacklogQueueCount |
Gets or sets the number of backlog queues. |
EnableSyphon |
Gets or sets whether the syphon is enabled for this instance. |
FailoverInterval |
Gets the message TimeSpan interval failover. (Inherited from PairedNamespaceOptions) |
PingPrimaryInterval |
Gets or sets the interval of pings. |
SecondaryMessagingFactory |
Gets the secondary messaging factory associated with the paired namespace. (Inherited from PairedNamespaceOptions) |
SecondaryNamespaceManager |
Gets the object that manages entities, such as queues, topics, subscriptions and rules in the paired namespace. (Inherited from PairedNamespaceOptions) |
Methods
ClearPairing() |
Dissolves the pairing of the paired namespace. (Inherited from PairedNamespaceOptions) |
MarkPathHealthy(String) |
Marks a path as healthy. |
OnNotifyPrimarySendResult(String, Boolean) |
Notifies the primary messaging on sending the result. (Inherited from PairedNamespaceOptions) |
Applies to
Azure SDK for .NET