MessageQueueEnumerator::Reset Method ()
.NET Framework (current version)
Resets the cursor, so it points to the beginning of the enumeration.
Assembly: System.Messaging (in System.Messaging.dll)
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
Available since 1.1
Show: