TelemetryEventArgs Class
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.
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 |