![]() | TaskEventWatcher Constructor |
Name | Description | |
---|---|---|
![]() | TaskEventWatcher |
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.
|
![]() | TaskEventWatcher(Task) |
Initializes a new instance of the TaskEventWatcher class watching only
those events for the specified task.
|
![]() | TaskEventWatcher(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.
|
![]() | TaskEventWatcher(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.
|
![]() | TaskEventWatcher(String, String, Boolean, TaskService) |
Initializes a new instance of the TaskEventWatcher class.
|
![]() | TaskEventWatcher(String, String, String, String, String) |
Initializes a new instance of the TaskEventWatcher class on a remote machine.
|
![]() | TaskEventWatcher(String, String, String, Boolean, String, String, String) |
Initializes a new instance of the TaskEventWatcher class on a remote machine.
|