共用方式為


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

屬性值

可用於處理服務傳入連線的擱置中非同步接受作業的數目上限。

屬性

適用於