Click or drag to resize
Task Scheduler Managed Class Library

TaskRegisterChanges Method

Updates the task with any changes made to the Definition by calling RegisterTaskDefinition(String, TaskDefinition) from the currently registered folder using the currently registered name.

Namespace: Microsoft.Win32.TaskScheduler
Assembly: Microsoft.Win32.TaskScheduler (in Microsoft.Win32.TaskScheduler.dll) Version: 2.12.0
Syntax
C#
public void RegisterChanges()
Request Example View Source
Exceptions
ExceptionCondition
SecurityExceptionThrown if task was previously registered with a password.
See Also