C# Class Microsoft.HockeyApp.DataContracts.SessionStateTelemetry

Telemetry type used to track user sessions.
Inheritance: ITelemetry
显示文件 Open project: bitstadium/HockeySDK-Windows Class Usage Examples

Public Methods

Method 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

Method Description
ITelemetry ( ) : void

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

Method Details

SessionStateTelemetry() public method

Initializes a new instance of the SessionStateTelemetry class.
public SessionStateTelemetry ( ) : System
return System

SessionStateTelemetry() public method

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. ///
return System