Поделиться через


ChannelPoolSettingsElement.MaxOutboundChannelsPerEndpoint Свойство

Определение

Возвращает или задает максимальное число каналов для удаленной конечной точки, инициированных одной службой.

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

Значение свойства

Максимальное число каналов для удаленной конечной точки, инициированных одной службой.

Атрибуты

Применяется к