EventListener.DisableEvents(EventSource) 方法

定义

禁用指定事件源的所有事件。

public:
 void DisableEvents(System::Diagnostics::Tracing::EventSource ^ eventSource);
public void DisableEvents (System.Diagnostics.Tracing.EventSource eventSource);
member this.DisableEvents : System.Diagnostics.Tracing.EventSource -> unit
Public Sub DisableEvents (eventSource As EventSource)

参数

eventSource
EventSource

要禁用其事件的事件源。

适用于