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



メッセージの TimeToBeReceived プロパティは、送信先キューからメッセージを受信するまでのタイム リミットを示します。TimeToBeReceived プロパティのタイマは、メッセージがキューに到達したときではなく、メッセージが送信されたときに開始されます。

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


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.ArrivedTime プロパティを検索する場合は、下記のリンクをクリックしてください。

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