HttpTransportElement.MaxPendingAccepts プロパティ

定義

サービスへの受信接続の処理に使用できる保留中の非同期受け入れ操作の最大数を取得または設定します。

public:
 property int MaxPendingAccepts { int get(); void set(int value); };
[System.Configuration.ConfigurationProperty("maxPendingAccepts", DefaultValue=0)]
[System.Configuration.IntegerValidator(MaxValue=100000, MinValue=0)]
public int MaxPendingAccepts { get; set; }
[<System.Configuration.ConfigurationProperty("maxPendingAccepts", DefaultValue=0)>]
[<System.Configuration.IntegerValidator(MaxValue=100000, MinValue=0)>]
member this.MaxPendingAccepts : int with get, set
Public Property MaxPendingAccepts As Integer

プロパティ値

サービスへの受信接続の処理に使用できる保留中の非同期受け入れ操作の最大数。

属性

適用対象