C# Класс Microsoft.HockeyApp.DataContracts.TelemetryContext

Represents a context for sending telemetry to the Application Insights service.
Наследование: IJsonSerializable
Показать файл Открыть проект Примеры использования класса

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