C# Class Microsoft.HockeyApp.DataContracts.TelemetryContext

Represents a context for sending telemetry to the Application Insights service.
Inheritance: IJsonSerializable
显示文件 Open project: bitstadium/HockeySDK-Windows Class Usage Examples

Private Properties

Property Type Description
IJsonSerializable void
Initialize void
TelemetryContext System.Collections.Generic

Public Methods

Method Description
TelemetryContext ( ) : System.Collections.Generic

Initializes a new instance of the TelemetryContext class.

Private Methods

Method 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 method

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