SendAvailabilityPairedNamespaceOptions Constructors
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.
Overloads
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. |
SendAvailabilityPairedNamespaceOptions(NamespaceManager, MessagingFactory)
Initializes a new instance of the SendAvailabilityPairedNamespaceOptions class.
public SendAvailabilityPairedNamespaceOptions (Microsoft.ServiceBus.NamespaceManager secondaryNamespaceManager, Microsoft.ServiceBus.Messaging.MessagingFactory messagingFactory);
new Microsoft.ServiceBus.Messaging.SendAvailabilityPairedNamespaceOptions : Microsoft.ServiceBus.NamespaceManager * Microsoft.ServiceBus.Messaging.MessagingFactory -> Microsoft.ServiceBus.Messaging.SendAvailabilityPairedNamespaceOptions
Public Sub New (secondaryNamespaceManager As NamespaceManager, messagingFactory As MessagingFactory)
Parameters
- secondaryNamespaceManager
- NamespaceManager
The secondary namespace manager.
- messagingFactory
- MessagingFactory
The messaging factory.
Applies to
SendAvailabilityPairedNamespaceOptions(NamespaceManager, MessagingFactory, Int32)
Initializes a new instance of the SendAvailabilityPairedNamespaceOptions class.
public SendAvailabilityPairedNamespaceOptions (Microsoft.ServiceBus.NamespaceManager secondaryNamespaceManager, Microsoft.ServiceBus.Messaging.MessagingFactory messagingFactory, int backlogQueueCount);
new Microsoft.ServiceBus.Messaging.SendAvailabilityPairedNamespaceOptions : Microsoft.ServiceBus.NamespaceManager * Microsoft.ServiceBus.Messaging.MessagingFactory * int -> Microsoft.ServiceBus.Messaging.SendAvailabilityPairedNamespaceOptions
Public Sub New (secondaryNamespaceManager As NamespaceManager, messagingFactory As MessagingFactory, backlogQueueCount As Integer)
Parameters
- secondaryNamespaceManager
- NamespaceManager
The secondary namespace manager.
- messagingFactory
- MessagingFactory
The messaging factory.
- backlogQueueCount
- Int32
The number of backlog queue.
Applies to
SendAvailabilityPairedNamespaceOptions(NamespaceManager, MessagingFactory, Int32, TimeSpan, Boolean)
Initializes a new instance of the SendAvailabilityPairedNamespaceOptions class.
public SendAvailabilityPairedNamespaceOptions (Microsoft.ServiceBus.NamespaceManager secondaryNamespaceManager, Microsoft.ServiceBus.Messaging.MessagingFactory messagingFactory, int backlogQueueCount, TimeSpan failoverInterval, bool enableSyphon);
new Microsoft.ServiceBus.Messaging.SendAvailabilityPairedNamespaceOptions : Microsoft.ServiceBus.NamespaceManager * Microsoft.ServiceBus.Messaging.MessagingFactory * int * TimeSpan * bool -> Microsoft.ServiceBus.Messaging.SendAvailabilityPairedNamespaceOptions
Public Sub New (secondaryNamespaceManager As NamespaceManager, messagingFactory As MessagingFactory, backlogQueueCount As Integer, failoverInterval As TimeSpan, enableSyphon As Boolean)
Parameters
- secondaryNamespaceManager
- NamespaceManager
The secondary namespace manager.
- messagingFactory
- MessagingFactory
The messaging factory.
- backlogQueueCount
- Int32
The number of backlog queue.
- failoverInterval
- TimeSpan
The fail over interval.
- enableSyphon
- Boolean
true to enable syphon; otherwise, false.
Applies to
Azure SDK for .NET