MessageQueue::WriteHandle Property
.NET Framework (current version)
Gets the native handle used to send messages to the message queue.
Assembly: System.Messaging (in System.Messaging.dll)
public: [BrowsableAttribute(false)] [MessagingDescriptionAttribute("MQ_WriteHandle")] property IntPtr WriteHandle { IntPtr get(); }
Property Value
Type: System::IntPtrA handle to the native queue object that you use for sending messages to the queue.
| Exception | Condition |
|---|---|
| MessageQueueException | The message queue is not available for writing. |
The WriteHandle provides a native Windows handle to the message queue object that is used for sending messages to the queue. If you change the path of the queue, the handle is closed and reopened with a new value.
The following table shows whether this property is available in various Workgroup modes.
Workgroup mode | Available |
|---|---|
Local computer | Yes |
Local computer and direct format name | Yes |
Remote computer | No |
Remote computer and direct format name | Yes |
.NET Framework
Available since 1.1
Available since 1.1
Show: