EventListener.OnEventSourceCreated(EventSource) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
當事件接聽程式已建立且新事件來源已附加至接聽程式時,針對所有現有的事件來源來呼叫。
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
事件的來源。
備註
事件來源實作應該注意,當事件接聽程式具現化時,會針對現有的事件來源發出這些回呼。
在多線程環境中,回呼可以在 OnEventWritten 回呼之前 OnEventSourceCreated 發生。