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.

Namespace:   System.Diagnostics.Tracing
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.

If the Guid property in the specified eventSource is Empty, all event sources in the application domain are affected.

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
Return to top
Show: