次の方法で共有


MessageQueueInstaller.MaximumQueueSize プロパティ

キューの最大サイズを取得または設定します。

Public Property MaximumQueueSize As Long
[C#]
public long MaximumQueueSize {get; set;}
[C++]
public: __property __int64 get_MaximumQueueSize();public: __property void set_MaximumQueueSize(__int64);
[JScript]
public function get MaximumQueueSize() : long;public function set MaximumQueueSize(long);

プロパティ値

キューの最大サイズ。単位は KB です。メッセージ キューの既定値は、制限なしです。

解説

最大キュー サイズは通常はキューの作成時に設定されますが、後からリセットできます。

必要条件

プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ

.NET Framework セキュリティ:

参照

MessageQueueInstaller クラス | MessageQueueInstaller メンバ | System.Messaging 名前空間