Task Scheduler Managed Class Library
Task Scheduler Managed Class Library
Task Scheduler Managed Class Library Overview
Microsoft.Win32.TaskScheduler
TaskPrincipalPrivileges.TaskPrincipalPrivilegesEnumerator Class
TaskPrincipalPrivilegesEnumerator Methods
Dispose Method
MoveNext Method
Reset Method
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.
Namespace:
Microsoft.Win32.TaskScheduler
Assembly:
Microsoft.Win32.TaskScheduler (in Microsoft.Win32.TaskScheduler.dll) Version: 2.12.0
Syntax
C#
Copy
public
void
Reset
()
Request Example
View Source
Implements
IEnumerator
Reset
Exceptions
Exception
Condition
InvalidOperationException
The collection was modified after the enumerator was created.
See Also
Reference
TaskPrincipalPrivileges
TaskPrincipalPrivilegesEnumerator Class
Microsoft.Win32.TaskScheduler Namespace
© 2024 GitHub Community. All rights reserved.