ChannelPoolSettingsElement.MaxOutboundChannelsPerEndpoint Özellik

Tanım

Hizmet tarafından başlatılan uzak uç noktaya en fazla kanal sayısını alır veya ayarlar.

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

Özellik Değeri

Hizmet tarafından başlatılan uzak uç noktaya kanal sayısı üst sınırı.

Öznitelikler

Şunlara uygulanır