C# Class Microsoft.HockeyApp.DataContracts.TelemetryContext

Represents a context for sending telemetry to the Application Insights service.
Inheritance: IJsonSerializable
Afficher le fichier Open project: bitstadium/HockeySDK-Windows Class Usage Examples

Private Properties

Свойство Type Description
IJsonSerializable void
Initialize void
TelemetryContext System.Collections.Generic

Méthodes publiques

Méthode Description
TelemetryContext ( ) : System.Collections.Generic

Initializes a new instance of the TelemetryContext class.

Private Methods

Méthode Description
IJsonSerializable ( IJsonWriter writer ) : void

Serializes this object in JSON format.

Initialize ( TelemetryContext source, string instrumentationKey ) : void
TelemetryContext ( string>.IDictionary properties, string>.IDictionary tags ) : System.Collections.Generic

Method Details

TelemetryContext() public méthode

Initializes a new instance of the TelemetryContext class.
public TelemetryContext ( ) : System.Collections.Generic
Résultat System.Collections.Generic