OneWayElement.MaxAcceptedChannels 속성

정의

허용되는 최대 채널 수를 가져오거나 설정합니다.

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

속성 값

Int32

허용되는 최대 채널 수입니다.

특성

적용 대상