Freigeben über


PairedNamespaceOptions Konstruktoren

Definition

Überlädt

PairedNamespaceOptions(NamespaceManager, MessagingFactory)

Initialisiert eine neue Instanz der PairedNamespaceOptions-Klasse.

PairedNamespaceOptions(NamespaceManager, MessagingFactory, TimeSpan)

Initialisiert eine neue Instanz der PairedNamespaceOptions-Klasse.

PairedNamespaceOptions(NamespaceManager, MessagingFactory)

Initialisiert eine neue Instanz der PairedNamespaceOptions-Klasse.

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)

Parameter

secondaryNamespaceManager
NamespaceManager

Der sekundäre Namespace-Manager.

secondaryMessagingFactory
MessagingFactory

Die sekundäre Messagingfactory, die dem gekoppelten Namespace zugeordnet ist.

Gilt für:

PairedNamespaceOptions(NamespaceManager, MessagingFactory, TimeSpan)

Initialisiert eine neue Instanz der PairedNamespaceOptions-Klasse.

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)

Parameter

secondaryNamespaceManager
NamespaceManager

Der sekundäre Namespace-Manager.

secondaryMessagingFactory
MessagingFactory

Die sekundäre Messagingfactory, die dem gekoppelten Namespace zugeordnet ist.

failoverInterval
TimeSpan

Das Meldungsintervallfailover TimeSpan .

Gilt für: