TaskEventWatcherEventFilterEventLevels Property

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

Property Value

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