次の方法で共有


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 です。

適用対象