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 发生。