Click or drag to resize
Task Scheduler Managed Class Library

CorrelatedTaskEventEnumeratorMoveNext Method

Advances the enumerator to the next element of the collection.

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

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
ExceptionCondition
InvalidOperationException The collection was modified after the enumerator was created.
See Also