你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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

获取或设置是否为此实例启用 syphon。

FailoverInterval

获取消息 TimeSpan 间隔故障转移。

(继承自 PairedNamespaceOptions)
PingPrimaryInterval

获取或设置 ping 的间隔。

SecondaryMessagingFactory

获取与配对命名空间关联的辅助消息工厂。

(继承自 PairedNamespaceOptions)
SecondaryNamespaceManager

获取对象,该对象管理成对命名空间中的实体,例如队列、主题、订阅和规则。

(继承自 PairedNamespaceOptions)

方法

ClearPairing()

解除配对命名空间的配对。

(继承自 PairedNamespaceOptions)
MarkPathHealthy(String)

将路径标记为正常。

OnNotifyPrimarySendResult(String, Boolean)

发送结果时通知主要消息。

(继承自 PairedNamespaceOptions)

适用于