MessageQueueEnumerator::Reset Method ()

 

Resets the cursor, so it points to the beginning of the enumeration.

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

public:
virtual void Reset() sealed

An enumerator moves in a forward-only direction. Use this method to return to the beginning of the enumeration of queues.

Reset positions the cursor at the first queue in the list. You do not need to call MoveNext after calling Reset to move the cursor forward to the first queue in the enumeration.

.NET Framework
Available since 1.1
Return to top
Show: