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

Telemetry type used to track user sessions.
상속: ITelemetry
파일 보기 프로젝트 열기: bitstadium/HockeySDK-Windows 1 사용 예제들

공개 메소드들

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