C# 클래스 Microsoft.HockeyApp.DataContracts.TelemetryContext

Represents a context for sending telemetry to the Application Insights service.
상속: IJsonSerializable
파일 보기 프로젝트 열기: bitstadium/HockeySDK-Windows 1 사용 예제들

Private Properties

프로퍼티 타입 설명
IJsonSerializable void
Initialize void
TelemetryContext System.Collections.Generic

공개 메소드들

메소드 설명
TelemetryContext ( ) : System.Collections.Generic

Initializes a new instance of the TelemetryContext class.

비공개 메소드들

메소드 설명
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

메소드 상세

TelemetryContext() 공개 메소드

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