다음을 통해 공유


MsmqTransportElement.MaxPoolSize 속성

정의

내부 MSMQ 메시지 개체를 포함하는 최대 풀 크기를 지정하는 정수를 가져오거나 설정합니다.

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

속성 값

Int32

내부 MSMQ 메시지 개체를 포함하는 최대 풀 크기를 지정하는 정수입니다.

특성

설명

내부 MSMQ 메시지 개체 풀은 메시지를 보내고 받을 때 이러한 개체가 할당되는 것을 피하기 위해 사용됩니다. 최대 풀 크기는 성능 조정 매개 변수입니다. 기본값은 8입니다.

적용 대상