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

ServiceBusConnectionStringBuilder.ConnectionIdleTimeout 属性

定义

空闲连接关闭后的最大持续时间。如果连接未收到流量,则将其视为空闲状态。

public TimeSpan? ConnectionIdleTimeout { get; set; }
member this.ConnectionIdleTimeout : Nullable<TimeSpan> with get, set
Public Property ConnectionIdleTimeout As Nullable(Of TimeSpan)

属性值

注解

默认为“null”。

适用于