Task Scheduler Managed Class Library
Task Scheduler Managed Class Library
Task Scheduler Managed Class Library Overview
Microsoft.Win32.TaskScheduler
TaskEventEnumerator Class
TaskEventEnumerator Methods
Dispose Method
MoveNext Method
Reset Method
Seek Method
Task
Event
Enumerator
Move
Next Method
Advances the enumerator to the next element of the collection.
Namespace:
Microsoft.Win32.TaskScheduler
Assembly:
Microsoft.Win32.TaskScheduler (in Microsoft.Win32.TaskScheduler.dll) Version: 2.12.0
Syntax
C#
Copy
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
IEnumerator
MoveNext
Exceptions
Exception
Condition
InvalidOperationException
The collection was modified after the enumerator was created.
See Also
Reference
TaskEventEnumerator Class
Microsoft.Win32.TaskScheduler Namespace
© 2024 GitHub Community. All rights reserved.