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

IClientEntity 接口

定义

显示所有服务总线客户端之间的常见功能的接口。

public interface IClientEntity
type IClientEntity = interface
Public Interface IClientEntity
派生

属性

ClientId

获取用于标识此客户端的 ID。 这可用于关联日志和异常。

IsClosedOrClosing

如果客户端已关闭或关闭,则返回 true。

OperationTimeout

持续时间过后,单个操作将超时。

OwnsConnection

如果拥有连接,则返回 true;如果共享连接,则返回 false。

Path

获取实体路径。

RegisteredPlugins

获取此客户端当前注册的插件的列表。

ServiceBusConnection

服务总线命名空间的连接对象。

方法

CloseAsync()

关闭客户端。 关闭它打开的连接。

RegisterPlugin(ServiceBusPlugin)

ServiceBusPlugin注册要用于此客户端的 。

UnregisterPlugin(String)

取消注册 ServiceBusPlugin

适用于