StandardEventKeywords Enumeration
Defines the standard keywords that are attached to events by the event provider. For more information about keywords, see EventKeyword.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Assembly: System.Core (in System.Core.dll)
| Member name | Description | |
|---|---|---|
| AuditFailure | Attached to all failed security audit events. This keyword should only be used for events in the Security log. | |
| AuditSuccess | Attached to all successful security audit events. This keyword should only be used for events in the Security log. | |
| CorrelationHint | Obsolete. Attached to transfer events where the related Activity ID (Correlation ID) is a computed value and is not guaranteed to be unique (not a real GUID). | |
| CorrelationHint2 | Attached to transfer events where the related Activity ID (Correlation ID) is a computed value and is not guaranteed to be unique (not a real GUID). | |
| EventLogClassic | Attached to events which are raised using the RaiseEvent function. | |
| None | This value indicates that no filtering on keyword is performed when the event is published. | |
| ResponseTime | Attached to all response time events. | |
| Sqm | Attached to all Service Quality Mechanism (SQM) events. | |
| WdiContext | Attached to all Windows Diagnostic Infrastructure (WDI) context events. | |
| WdiDiagnostic | Attached to all Windows Diagnostic Infrastructure (WDI) diagnostic events. |
Available since 3.5
System.Diagnostics.Eventing.Reader Namespace
Technology Summary for Reading and Managing Event Logs
Event Log Scenarios