CorrelatedTaskEventEnumeratorMoveNext Method

Advances the enumerator to the next element of the collection.

Definition

Namespace: Microsoft.Win32.TaskScheduler
Assembly: Microsoft.Win32.TaskSchedulerEditor (in Microsoft.Win32.TaskSchedulerEditor.dll) Version: 2.11.0
public bool MoveNext()

Return Value

Boolean
true if the enumerator was successfully advanced to the next element; false if the enumerator has passed the end of the collection.

Implements

IEnumeratorMoveNext

Exceptions

InvalidOperationException The collection was modified after the enumerator was created.

See Also