The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
EventListener::EnableEvents Method (EventSource^, EventLevel, EventKeywords, IDictionary<String^, String^>^)
.NET Framework (current version)
Enables events for the specified event source that has the specified verbosity level or lower, matching event keyword flag, and matching arguments.
Assembly: mscorlib (in mscorlib.dll)
public: void EnableEvents( EventSource^ eventSource, EventLevel level, EventKeywords matchAnyKeyword, IDictionary<String^, String^>^ arguments )
Parameters
- eventSource
-
Type:
System.Diagnostics.Tracing::EventSource^
The event source to enable events for.
- level
-
Type:
System.Diagnostics.Tracing::EventLevel
The level of events to enable.
- matchAnyKeyword
-
Type:
System.Diagnostics.Tracing::EventKeywords
The keyword flags necessary to enable the events.
- arguments
-
Type:
System.Collections.Generic::IDictionary<String^, String^>^
The arguments to be matched to enable the events.
Universal Windows Platform
Available since 8
.NET Framework
Available since 4.5
Portable Class Library
Supported in: portable .NET platforms
Windows Phone
Available since 8.1
Available since 8
.NET Framework
Available since 4.5
Portable Class Library
Supported in: portable .NET platforms
Windows Phone
Available since 8.1
Show: