Udostępnij za pośrednictwem


OneWayElement.MaxAcceptedChannels Właściwość

Definicja

Pobiera lub ustawia maksymalną liczbę kanałów, które można zaakceptować.

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

Wartość właściwości

Maksymalna liczba kanałów, które można zaakceptować.

Atrybuty

Dotyczy