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

ServiceBusSessionReceiver.IsClosed 属性

定义

指示用户是否已关闭此 ServiceBusSessionReceiver 链接,或者基础会话链接是否由于丢失会话锁或断开链接而关闭。 如果这是 true,则接收器不能用于任何其他操作。 如果为 false,则会话锁仍可能已丢失,因此请务必仍处理 ServiceBusExceptionReason 等于 SessionLockLost

public override bool IsClosed { get; }
member this.IsClosed : bool
Public Overrides ReadOnly Property IsClosed As Boolean

属性值

true 如果会话接收器已被用户关闭,或者基础链接已关闭,则为 ;否则为 false

适用于