Click or drag to resize
Task Scheduler Managed Class Library

TaskEventWatcherEventFilterEventLevels Property

Gets or sets an optional array of event levels 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[] EventLevels { get; set; }
Request Example View Source

Property Value

Type: Int32
The array of event levels. While event providers can define custom levels, most will use integers defined in the System.Diagnostics.Eventing.Reader.StandardEventLevel enumeration.
See Also