次の方法で共有


SocketConnectionPoolSettingsElement.LeaseTimeout プロパティ

定義

アクティブな接続が終了されるまでの期間を取得または設定します。

[System.ComponentModel.TypeConverter(typeof(Microsoft.ServiceBus.TimeSpanOrInfiniteConverter))]
[System.Configuration.ConfigurationProperty("leaseTimeout", DefaultValue="00:05:00")]
public TimeSpan LeaseTimeout { get; set; }
[<System.ComponentModel.TypeConverter(typeof(Microsoft.ServiceBus.TimeSpanOrInfiniteConverter))>]
[<System.Configuration.ConfigurationProperty("leaseTimeout", DefaultValue="00:05:00")>]
member this.LeaseTimeout : TimeSpan with get, set
Public Property LeaseTimeout As TimeSpan

プロパティ値

TCP 接続が TimeSpan 閉じられる期間を示す を返します。

属性

適用対象