TelemetryScope<T>.EndEvent Property

Definition

Gets an event that will be posted at the end of work. It is used to add extra properties for current work. Please don't post this event directly, use method End(TelemetryResult, String) instead.

public:
 property T EndEvent { T get(); };
public T EndEvent { get; }
member this.EndEvent : 'T
Public ReadOnly Property EndEvent As T

Property Value

T

Applies to