TelemetryScope<T>.EndEvent Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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