ChannelPoolSettingsElement.MaxOutboundChannelsPerEndpoint Właściwość

Definicja

Pobiera lub ustawia maksymalną liczbę kanałów na zdalny punkt końcowy zainicjowany przez usługę.

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

Wartość właściwości

Int32

Maksymalna liczba kanałów do zdalnego punktu końcowego zainicjowanego przez usługę.

Atrybuty

Dotyczy