MessageEnumerator::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 to the queue during the lifetime of the cursor. When you have finished working with the enumerator, call Close to release the resources associated with the handle.

.NET Framework
Available since 1.1
Return to top
Show: