TaskEventWatcherEventFilterEventIds Property

Gets or sets an optional array of event identifiers to use when filtering those events that will fire a EventRecorded event.

Definition

Namespace: Microsoft.Win32.TaskScheduler
Assembly: Microsoft.Win32.TaskScheduler (in Microsoft.Win32.TaskScheduler.dll) Version: 2.11.0
[DefaultValueAttribute(null)]
public int[] EventIds { get; set; }

Property Value

Int32
The array of event identifier filters. All know task event identifiers are declared in the StandardTaskEventId enumeration.

See Also