EventListener.OnEventSourceCreated(EventSource) メソッド

定義

イベント リスナーが作成される場合や、新しいイベント ソースがリスナーにアタッチされる場合に、既存のすべてのイベント ソースに対して呼び出されます。

protected public:
 virtual void OnEventSourceCreated(System::Diagnostics::Tracing::EventSource ^ eventSource);
protected internal virtual void OnEventSourceCreated (System.Diagnostics.Tracing.EventSource eventSource);
abstract member OnEventSourceCreated : System.Diagnostics.Tracing.EventSource -> unit
override this.OnEventSourceCreated : System.Diagnostics.Tracing.EventSource -> unit
Protected Friend Overridable Sub OnEventSourceCreated (eventSource As EventSource)

パラメーター

eventSource
EventSource

イベント ソース。

注釈

イベント ソースの実装では、イベント リスナーがインスタンス化されるときに、これらのコールバックが既存のイベント ソースに対して発行されます。

マルチスレッド環境では、コールバックの前にコールバックが発生するOnEventSourceCreated可能性OnEventWrittenがあります。

適用対象