C# 클래스 Microsoft.HockeyApp.Extensibility.Windows.SessionTelemetryModule

Tracks user sessions for Store Apps (Windows Store and Windows Phone).
상속: ITelemetryInitializer, ITelemetryModule
파일 보기 프로젝트 열기: bitstadium/HockeySDK-Windows 1 사용 예제들

공개 메소드들

메소드 설명
Initialize ( ) : void

Initializes this instance of SessionTelemetryModule and begins session tracking.

비공개 메소드들

메소드 설명
GetPreviousSession ( string &previousSessionId, DateTimeOffset &previousSessionEnd ) : bool
HandleApplicationStartedEvent ( object sender, object e ) : void
HandleApplicationStoppingEvent ( object sender, object e ) : void
ITelemetryInitializer ( ITelemetry telemetry ) : void

Initializes SessionContext.Id property of the TelemetryContext.Session context.

IsSessionActive ( DateTimeOffset sessionEnd ) : bool
SaveSessionState ( ) : void
SessionTelemetryModule ( ) : System

Initializes a new instance of the SessionTelemetryModule class.

SessionTelemetryModule ( IPlatformService platform, IClock clock ) : System
Track ( SessionState state, string id, DateTimeOffset timestamp ) : void
TrackSessionState ( ) : void

메소드 상세

Initialize() 공개 메소드

Initializes this instance of SessionTelemetryModule and begins session tracking.
public Initialize ( ) : void
리턴 void