Click or drag to resize
Task Scheduler Managed Class Library

TaskEventWatcher Constructor

Overload List
 NameDescription
Public methodTaskEventWatcher Initializes a new instance of the TaskEventWatcher class. If other properties are not set, this will watch for all events for all tasks on the local machine.
Public methodTaskEventWatcher(Task) Initializes a new instance of the TaskEventWatcher class watching only those events for the specified task.
Public methodTaskEventWatcher(String, TaskService) Initializes a new instance of the TaskEventWatcher class watching only those events for the task with the provided path on the local machine.
Public methodTaskEventWatcher(TaskFolder, String, Boolean) Initializes a new instance of the TaskEventWatcher class watching only those events for the tasks whose name matches the taskFilter in the specified taskFolder and optionally all subfolders.
Public methodTaskEventWatcher(String, String, Boolean, TaskService) Initializes a new instance of the TaskEventWatcher class.
Public methodTaskEventWatcher(String, String, String, String, SecureString) Initializes a new instance of the TaskEventWatcher class on a remote machine.
Public methodTaskEventWatcher(String, String, String, String, String) Initializes a new instance of the TaskEventWatcher class on a remote machine.
Public methodTaskEventWatcher(String, String, String, Boolean, String, String, String) Initializes a new instance of the TaskEventWatcher class on a remote machine.
Top
See Also