Task Scheduler Managed Class Library
C#
Show/Hide TOC
Task
Principal
Privileges
Task
Principal
Privileges
Enumerator
Reset 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.TaskScheduler (in Microsoft.Win32.TaskScheduler.dll) Version: 2.11.1
C#
Copy
View Source
Request Example
public
void
Reset
()
Implements
IEnumerator
Reset
Exceptions
InvalidOperationException
The collection was modified after the enumerator was created.
See Also
Reference
TaskPrincipalPrivileges
TaskPrincipalPrivilegesEnumerator Class
Microsoft.Win32.TaskScheduler Namespace
In This Article
Definition
Exceptions
See Also