 | 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.12.0
Syntaxpublic TaskEventWatcher(
string taskPath,
TaskService taskService = null
)
Request Example
View SourceParameters
- taskPath String
- The full path (folders and name) of the task to watch.
- taskService TaskService (Optional)
- The task service.
Exceptions
See Also