次の方法で共有


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

プロパティ値

Int32

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

属性

適用対象