MessageQueueEnumerator.Reset Method

Definition

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

C#
public void 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

Product Versions
.NET Framework 1.1, 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1

See also