AzureEventSourceListener.OnEventSourceCreated(EventSource) Method

Definition

Called for all existing event sources when the event listener is created and when a new event source is attached to the listener.

protected override sealed void OnEventSourceCreated (System.Diagnostics.Tracing.EventSource eventSource);
override this.OnEventSourceCreated : System.Diagnostics.Tracing.EventSource -> unit
Protected Overrides NotOverridable Sub OnEventSourceCreated (eventSource As EventSource)

Parameters

eventSource
EventSource

The event source.

Applies to