MessageEnumerator::CursorHandle Property
.NET Framework (current version)
Gets the native Message Queuing cursor handle used to browse messages in the queue.
Assembly: System.Messaging (in System.Messaging.dll)
| Exception | Condition |
|---|---|
| MessageQueueException | The handle does not exist. |
This property contains the native handle to the enumeration. When you have finished working with the enumerator, call Close to release this resource.
.NET Framework
Available since 1.1
Available since 1.1
Show: