Click or drag to resize
Task Scheduler Managed Class Library

CorrelatedTaskEventEnumeratorReset Method

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

Namespace: Microsoft.Win32.TaskScheduler
Assembly: Microsoft.Win32.TaskSchedulerEditor (in Microsoft.Win32.TaskSchedulerEditor.dll) Version: 2.12.1
Syntax
C#
public void Reset()
Request Example View Source

Implements

IEnumeratorReset
Exceptions
ExceptionCondition
InvalidOperationException The collection was modified after the enumerator was created.
See Also