CorrelatedTaskEventEnumeratorReset Method

Sets the enumerator to its initial position, which is before the first element in the collection.

Definition

Namespace: Microsoft.Win32.TaskScheduler
Assembly: Microsoft.Win32.TaskSchedulerEditor (in Microsoft.Win32.TaskSchedulerEditor.dll) Version: 2.11.0
public void Reset()

Implements

IEnumeratorReset

Exceptions

InvalidOperationException The collection was modified after the enumerator was created.

See Also