Click or drag to resize
Task Scheduler Managed Class Library

TaskEventWatcherEventFilter Class

Holds filter information for a TaskEventWatcher.
Inheritance Hierarchy
SystemObject
  Microsoft.Win32.TaskSchedulerTaskEventWatcherEventFilter

Namespace: Microsoft.Win32.TaskScheduler
Assembly: Microsoft.Win32.TaskScheduler (in Microsoft.Win32.TaskScheduler.dll) Version: 2.12.0
Syntax
C#
[SerializableAttribute]
[TypeConverterAttribute(typeof(ExpandableObjectConverter))]
public class EventFilter
Request Example View Source

The TaskEventWatcherEventFilter type exposes the following members.

Properties
 NameDescription
Public propertyEventIds Gets or sets an optional array of event identifiers to use when filtering those events that will fire a EventRecorded event.
Public propertyEventLevels Gets or sets an optional array of event levels to use when filtering those events that will fire a EventRecorded event.
Public propertyTaskName Gets or sets the task name, which can utilize wildcards, to look for when watching a folder.
Top
Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodToString Returns a String that represents this instance.
(Overrides ObjectToString)
Top
See Also