MsmqTransportElement.MaxPoolSize 속성
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
내부 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
속성 값
내부 MSMQ 메시지 개체를 포함하는 최대 풀 크기를 지정하는 정수입니다.
- 특성
설명
내부 MSMQ 메시지 개체 풀은 메시지를 보내고 받을 때 이러한 개체가 할당되는 것을 피하기 위해 사용됩니다. 최대 풀 크기는 성능 조정 매개 변수입니다. 기본값은 8입니다.