Aracılığıyla paylaş


HttpTransportElement.MaxPendingAccepts Özellik

Tanım

Hizmete gelen bağlantıları işlemek için kullanılabilecek bekleyen zaman uyumsuz kabul işlemi sayısı üst sınırını alır veya ayarlar.

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

Özellik Değeri

Hizmete gelen bağlantıları işlemek için kullanılabilecek bekleyen zaman uyumsuz kabul işlemi sayısı üst sınırı.

Öznitelikler

Şunlara uygulanır