Click or drag to resize
Task Scheduler Managed Class Library

TaskEventWatcher Properties

The TaskEventWatcher type exposes the following members.

Properties
  NameDescription
Protected propertyCanRaiseEvents
Gets a value indicating whether the component can raise an event.
(Inherited from Component.)
Public propertyContainer
Gets the IContainer that contains the Component.
(Inherited from Component.)
Protected propertyDesignMode
Gets a value that indicates whether the Component is currently in design mode.
(Inherited from Component.)
Public propertyEnabled
Gets or sets a value indicating whether the component is enabled.
Protected propertyEvents
Gets the list of event handlers that are attached to this Component.
(Inherited from Component.)
Public propertyFilter
Gets the filter for this TaskEventWatcher.
Public propertyFolder
Gets or sets the folder to watch.
Public propertyIncludeSubfolders
Gets or sets a value indicating whether to include events from subfolders when the Folder property is set. If the TaskName property is set, this property is ignored.
Public propertySite
Gets or sets the ISite of the Component.
(Inherited from Component.)
Public propertySynchronizingObject
Gets or sets the synchronizing object.
Public propertyTargetServer
Gets or sets the name of the computer that is running the Task Scheduler service that the user is connected to.
Public propertyTaskService
Gets or sets the TaskService instance associated with this event watcher. Setting this value will override any values set for TargetServer, UserAccountDomain, UserName, and UserPassword and set them to those values in the supplied TaskService instance.
Public propertyUserAccountDomain
Gets or sets the user account domain to be used when connecting to the TargetServer.
Public propertyUserName
Gets or sets the user name to be used when connecting to the TargetServer.
Public propertyUserPassword
Gets or sets the user password to be used when connecting to the TargetServer.
Top
See Also