Aracılığıyla paylaş


NetTcpBindingElement.ListenBacklog Özellik

Tanım

Dinleyicide kabul edilmeyi bekleyebilen en fazla kanal sayısını belirten bir değer alır veya ayarlar.

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

Özellik Değeri

Dinleyicide kabul edilmeyi bekleyebilen en fazla kanal sayısı. Varsayılan değer 10'dur.

Öznitelikler

Açıklamalar

Bu sınırı aşan bağlantılar, sınırın altındaki alan kullanılabilir duruma gelene kadar kuyruğa alınıyor.

Şunlara uygulanır