MessageEnumerator::CursorHandle Property

 

Gets the native Message Queuing cursor handle used to browse messages in the queue.

Namespace:   System.Messaging
Assembly:  System.Messaging (in System.Messaging.dll)

public:
property IntPtr CursorHandle {
	IntPtr get();
}

Property Value

Type: System::IntPtr

The native cursor handle.

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
Return to top
Show: