SendAvailabilityPairedNamespaceOptions クラス

定義

ペアの名前空間の可用性を送信するためのオプションを表します。

public sealed class SendAvailabilityPairedNamespaceOptions : Microsoft.ServiceBus.Messaging.PairedNamespaceOptions
type SendAvailabilityPairedNamespaceOptions = class
    inherit PairedNamespaceOptions
Public NotInheritable Class SendAvailabilityPairedNamespaceOptions
Inherits PairedNamespaceOptions
継承
SendAvailabilityPairedNamespaceOptions

コンストラクター

SendAvailabilityPairedNamespaceOptions(NamespaceManager, MessagingFactory)

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

SendAvailabilityPairedNamespaceOptions(NamespaceManager, MessagingFactory, Int32)

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

SendAvailabilityPairedNamespaceOptions(NamespaceManager, MessagingFactory, Int32, TimeSpan, Boolean)

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

プロパティ

BacklogQueueCount

バックログ キューの数を取得または設定します。

EnableSyphon

このインスタンスに対してサイホンが有効かどうかを取得または設定します。

FailoverInterval

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

(継承元 PairedNamespaceOptions)
PingPrimaryInterval

ping の間隔を取得または設定します。

SecondaryMessagingFactory

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

(継承元 PairedNamespaceOptions)
SecondaryNamespaceManager

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

(継承元 PairedNamespaceOptions)

メソッド

ClearPairing()

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

(継承元 PairedNamespaceOptions)
MarkPathHealthy(String)

パスを正常としてマークします。

OnNotifyPrimarySendResult(String, Boolean)

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

(継承元 PairedNamespaceOptions)

適用対象