TelemetryEventArgs Class

Definition

Event argument to be used with the beginning event of a pair which includes context and an end event to call

public ref class TelemetryEventArgs : EventArgs
public class TelemetryEventArgs : EventArgs
type TelemetryEventArgs = class
    inherit EventArgs
Public Class TelemetryEventArgs
Inherits EventArgs
Inheritance
TelemetryEventArgs

Constructors

TelemetryEventArgs(String)

Properties

Context

Used to include additional data about the event

Disposer

The object to dispose at the end of the duration of the event

Applies to