OneWayElement.MaxAcceptedChannels Özellik

Tanım

Kabul edile en fazla kanal sayısını alır veya ayarlar.

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

Özellik Değeri

Int32

Kabul edile en fazla kanal sayısı.

Öznitelikler

Şunlara uygulanır