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

Telemetry type used to track user sessions.
Наследование: ITelemetry
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
SessionStateTelemetry ( ) : System

Initializes a new instance of the SessionStateTelemetry class.

SessionStateTelemetry ( SessionState state ) : System

Initializes a new instance of the SessionStateTelemetry class with the specified state.

Приватные методы

Метод Описание
ITelemetry ( ) : void

Sanitizes this telemetry instance to ensure it can be accepted by the Application Insights.

Описание методов

SessionStateTelemetry() публичный Метод

Initializes a new instance of the SessionStateTelemetry class.
public SessionStateTelemetry ( ) : System
Результат System

SessionStateTelemetry() публичный Метод

Initializes a new instance of the SessionStateTelemetry class with the specified state.
public SessionStateTelemetry ( SessionState state ) : System
state SessionState /// A value indicating state of the user session. ///
Результат System