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

PairedNamespaceOptions 类

定义

表示服务总线消息传送的配对命名空间的选项。

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)

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

适用于