Share via


ConnectionOrientedTransportElement.MaxPendingConnections プロパティ

定義

保留する最大接続数を取得または設定します。

[System.Configuration.ConfigurationProperty("maxPendingConnections", DefaultValue=10)]
[System.Configuration.IntegerValidator(MinValue=1)]
public int MaxPendingConnections { get; set; }
[<System.Configuration.ConfigurationProperty("maxPendingConnections", DefaultValue=10)>]
[<System.Configuration.IntegerValidator(MinValue=1)>]
member this.MaxPendingConnections : int with get, set
Public Property MaxPendingConnections As Integer

プロパティ値

保留状態の接続の最大数。

属性

適用対象