MessageEnumerator.CursorHandle Property

Definition

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

C#
public IntPtr CursorHandle { get; }

Property Value

IntPtr

The native cursor handle.

Exceptions

The handle does not exist.

Remarks

This property contains the native handle to the enumeration. When you have finished working with the enumerator, call Close to release this resource.

Applies to

Toode Versioonid
.NET Framework 1.1, 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1

See also