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

プロパティ値

サービスが開始されるリモート エンドポイントへのチャネルの最大数。

属性

適用対象