TaskEventWatcher(String, TaskService) Constructor
Initializes a new instance of the
TaskEventWatcher class watching only
those events for the task with the provided path on the local machine.
Namespace: Microsoft.Win32.TaskSchedulerAssembly: Microsoft.Win32.TaskScheduler (in Microsoft.Win32.TaskScheduler.dll) Version: 2.11.1
public TaskEventWatcher(
string taskPath,
TaskService taskService = null
)
Parameters
- taskPath String
- The full path (folders and name) of the task to watch.
- taskService TaskService (Optional)
- The task service.