PairedNamespaceOptions Constructors

Definition

Overloads

PairedNamespaceOptions(NamespaceManager, MessagingFactory)

Initializes a new instance of the PairedNamespaceOptions class.

PairedNamespaceOptions(NamespaceManager, MessagingFactory, TimeSpan)

Initializes a new instance of the PairedNamespaceOptions class.

PairedNamespaceOptions(NamespaceManager, MessagingFactory)

Initializes a new instance of the PairedNamespaceOptions class.

protected PairedNamespaceOptions (Microsoft.ServiceBus.NamespaceManager secondaryNamespaceManager, Microsoft.ServiceBus.Messaging.MessagingFactory secondaryMessagingFactory);
new Microsoft.ServiceBus.Messaging.PairedNamespaceOptions : Microsoft.ServiceBus.NamespaceManager * Microsoft.ServiceBus.Messaging.MessagingFactory -> Microsoft.ServiceBus.Messaging.PairedNamespaceOptions
Protected Sub New (secondaryNamespaceManager As NamespaceManager, secondaryMessagingFactory As MessagingFactory)

Parameters

secondaryNamespaceManager
NamespaceManager

The secondary namespace manager.

secondaryMessagingFactory
MessagingFactory

The secondary messaging factory associated with the paired namespace.

Applies to

PairedNamespaceOptions(NamespaceManager, MessagingFactory, TimeSpan)

Initializes a new instance of the PairedNamespaceOptions class.

protected PairedNamespaceOptions (Microsoft.ServiceBus.NamespaceManager secondaryNamespaceManager, Microsoft.ServiceBus.Messaging.MessagingFactory secondaryMessagingFactory, TimeSpan failoverInterval);
new Microsoft.ServiceBus.Messaging.PairedNamespaceOptions : Microsoft.ServiceBus.NamespaceManager * Microsoft.ServiceBus.Messaging.MessagingFactory * TimeSpan -> Microsoft.ServiceBus.Messaging.PairedNamespaceOptions
Protected Sub New (secondaryNamespaceManager As NamespaceManager, secondaryMessagingFactory As MessagingFactory, failoverInterval As TimeSpan)

Parameters

secondaryNamespaceManager
NamespaceManager

The secondary namespace manager.

secondaryMessagingFactory
MessagingFactory

The secondary messaging factory associated with the paired namespace.

failoverInterval
TimeSpan

The message TimeSpan interval failover.

Applies to