Click or drag to resize
Task Scheduler Managed Class Library

TaskEventWatcherEventFilterEventIds Property

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

Namespace:  Microsoft.Win32.TaskScheduler
Assembly:  Microsoft.Win32.TaskScheduler (in Microsoft.Win32.TaskScheduler.dll) Version: 2.10.1
Syntax
public int[] EventIds { get; set; }
Request Example View Source

Property Value

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