Message.TransactionStatusQueue プロパティ
アセンブリ: System.Messaging (system.messaging.dll 内)

Public Property TransactionStatusQueue As MessageQueue
Dim instance As Message Dim value As MessageQueue value = instance.TransactionStatusQueue instance.TransactionStatusQueue = value
public MessageQueue TransactionStatusQueue { get; set; }
public: property MessageQueue^ TransactionStatusQueue { MessageQueue^ get (); void set (MessageQueue^ value); }
/** @property */ public MessageQueue get_TransactionStatusQueue () /** @property */ public void set_TransactionStatusQueue (MessageQueue value)
public function get TransactionStatusQueue () : MessageQueue public function set TransactionStatusQueue (value : MessageQueue)
送信元コンピュータ上のトランザクション ステータス キュー。送信元アプリケーションに受信確認メッセージを返すときに使われます。既定値は null 参照 (Visual Basic では Nothing) です。


TransactionStatusQueue プロパティは、コネクタ アプリケーションから読み取り/取得受信確認を受け取る送信元コンピュータ上のトランザクション キューを識別します。このプロパティはメッセージ キューが設定し、コネクタ アプリケーションは外部キューに送信されたトランザクション メッセージを取得するときにこのプロパティを使います。
Microsoft メッセージ キュー以外のキュー システムに外部キューが存在します。メッセージ キューは、コネクタ アプリケーションを通じて外部キューと通信します。
コネクタ アプリケーションは、トランザクション ステータス キューを使って送信元アプリケーションに受信確認メッセージを返すことができます。トランザクション ステータス キューは、送信元アプリケーションが別の受信確認を要求しない場合にもこれらの受信確認を受け取ります。

メッセージの TransactionStatusQueue プロパティの値を表示するコード例を次に示します。
// Display the value of the message's TransactionStatusQueue property. // To view this property value, the queue's // MessageReadPropertyFilter.TransactionStatusQueue property must be // set to true before the message is received. Console.WriteLine("Message.TransactionStatusQueue.QueueName: {0}", orderMessage.TransactionStatusQueue.QueueName);
// Display the value of the message's TransactionStatusQueue property. // To view this property value, the queue's // MessageReadPropertyFilter.TransactionStatusQueue property must be // set to true before the message is received. Console::WriteLine("Message.TransactionStatusQueue.QueueName: {0}", orderMessage->TransactionStatusQueue->QueueName);
// Display the value of the message's TransactionStatusQueue property. // To view this property value, the queue's // MessageReadPropertyFilter.TransactionStatusQueue property must be // set to true before the message is received. Console.WriteLine("Message.TransactionStatusQueue.QueueName: {0}", orderMessage.get_TransactionStatusQueue().get_QueueName());


Windows 98, Windows 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。


Weblioに収録されているすべての辞書からMessage.TransactionStatusQueue プロパティを検索する場合は、下記のリンクをクリックしてください。

- Message.TransactionStatusQueue プロパティのページへのリンク