BinaryMessageEncodingElement.MaxWritePoolSize 속성

정의

새 작성기를 할당하지 않고 동시에 전송할 수 있는 최대 메시지 수를 지정하는 값을 가져오거나 설정합니다.

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

속성 값

Int32

새 작성기를 할당하지 않고 동시에 전송할 수 있는 최대 메시지 수입니다. 기본값은 16입니다.

특성

설명

풀 크기가 커지면 작업 집합이 커지는 단점이 있지만 동작이 많을 경우의 시스템 안정성이 높아집니다.

적용 대상