Windows apps
Collapse the table of content
Expand the table of content
Information
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::DisableEvents Method (EventSource^)

.NET Framework (current version)
 

Disables all events for the specified event source.

Namespace:   System.Diagnostics.Tracing
Assembly:  mscorlib (in mscorlib.dll)

public:
void DisableEvents(
	EventSource^ eventSource
)

Parameters

eventSource
Type: System.Diagnostics.Tracing::EventSource^

The event source to disable events for.

If the Guid property for eventSource is Empty, events for all event sources in the application domain are disabled for this event listener.

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:
© 2017 Microsoft