メッセージをキューから抽出し、対応するコンポーネントをアクティブ化するために使用するスレッドの数を取得または設定します。
Public Property MaxListenerThreads As Integer
[C#]
public int MaxListenerThreads {get; set;}
[C++]
public: __property int get_MaxListenerThreads();public: __property void set_MaxListenerThreads(int);
[JScript]
public function get MaxListenerThreads() : int;public function set MaxListenerThreads(int);
プロパティ値
キューに到着するメッセージを処理するときに使用する、スレッドの最大数。既定値は 0 です。
必要条件
プラットフォーム: Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ
.NET Framework セキュリティ:
- 直前の呼び出し元の完全信頼。このメンバは、部分的に信頼されているコードから使用することはできません。詳細の参照先 : 部分信頼コードからのライブラリの使用
参照
ApplicationQueuingAttribute クラス | ApplicationQueuingAttribute メンバ | System.EnterpriseServices 名前空間