PairedNamespaceOptions クラス

定義

Service Bus メッセージングのペアになった名前空間のオプションを表します。

public abstract class PairedNamespaceOptions
type PairedNamespaceOptions = class
Public MustInherit Class PairedNamespaceOptions
継承
PairedNamespaceOptions
派生

コンストラクター

PairedNamespaceOptions(NamespaceManager, MessagingFactory)

PairedNamespaceOptions クラスの新しいインスタンスを初期化します。

PairedNamespaceOptions(NamespaceManager, MessagingFactory, TimeSpan)

PairedNamespaceOptions クラスの新しいインスタンスを初期化します。

プロパティ

FailoverInterval

メッセージ TimeSpan 間隔のフェールオーバーを取得します。

SecondaryMessagingFactory

ペアの名前空間に関連付けられているセカンダリ メッセージング ファクトリを取得します。

SecondaryNamespaceManager

ペアになった名前空間内のキュー、トピック、サブスクリプション、ルールなどのエンティティを管理する オブジェクトを取得します。

メソッド

ClearPairing()

ペアになっている名前空間のペアリングを解除します。

OnNotifyPrimarySendResult(String, Boolean)

結果の送信時にプライマリ メッセージングに通知します。

適用対象