MessageQueueEnumerator::Close Method ()

 

Frees the resources associated with the enumerator.

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

public:
void Close()

The operating system retains an open handle, LocatorHandle, to the queue enumerator during the lifetime of the cursor. When you finish working with the enumerator, call Close to release the resources associated with the handle.

.NET Framework
Available since 1.1
Return to top
Show: