MessageQueueEnumerator.Reset Method

Definition

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

public:
 virtual void Reset();
public void Reset ();
abstract member Reset : unit -> unit
override this.Reset : unit -> unit
Public Sub Reset ()

Implements

Remarks

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.

Applies to

See also