MessageQueue.InfiniteQueueSize フィールドとは何? わかりやすく解説 Weblio辞書 (original) (raw)

キューサイズ制限存在しないことを示します

名前空間: System.Messaging
アセンブリ: System.Messaging (system.messaging.dll 内)
構文構文

解説解説

このメンバは、MaximumJournalSize または MaximumQueueSize を設定するときによく使用されます。

使用例使用例

InfiniteQueueSize メンバ使用方法を示すコード例次に示します

// Set the queue's MaximumQueueSize property to // MessageQueue.InfiniteQueueSize. queue.MaximumQueueSize = MessageQueue.InfiniteQueueSize;

// Display the new value of the queue's MaximumQueueSize property. Console.WriteLine("MessageQueue.MaximumQueueSize: {0}", queue.MaximumQueueSize.ToString());

// Set the queue's MaximumQueueSize property to // MessageQueue.InfiniteQueueSize. queue.set_MaximumQueueSize(MessageQueue.InfiniteQueueSize); // Display the new value of the queue's MaximumQueueSize property. Console.WriteLine("MessageQueue.MaximumQueueSize: {0}", System.Convert.ToString(queue.get_MaximumQueueSize()));

.NET Framework のセキュリティ.NET Frameworkセキュリティ

プラットフォームプラットフォーム

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 によってサポートされていないバージョンありますサポートされているバージョンについては、「システム要件」を参照してください

バージョン情報バージョン情報

参照参照