次の方法で共有


ApplicationQueuingAttribute.MaxListenerThreads プロパティ

メッセージをキューから抽出し、対応するコンポーネントをアクティブ化するために使用するスレッドの数を取得または設定します。

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 名前空間