C# Class Microsoft.HockeyApp.DataContracts.SessionStateTelemetry

Telemetry type used to track user sessions.
Inheritance: ITelemetry
Afficher le fichier Open project: bitstadium/HockeySDK-Windows Class Usage Examples

Méthodes publiques

Méthode Description
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.

Private Methods

Méthode Description
ITelemetry ( ) : void

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

Method Details

SessionStateTelemetry() public méthode

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

SessionStateTelemetry() public méthode

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. ///
Résultat System