C# 클래스 Microsoft.ApplicationInsights.Extensibility.SessionContextInitializer

An ITelemetryInitializer implementation that populates the SessionContext.Id of an Application Insights ITelemetry.Context
상속: ITelemetryInitializer
파일 보기 프로젝트 열기: fidmor89/SLAB_AppInsights

공개 메소드들

메소드 설명
Initialize ( ITelemetry telemetry ) : void

Initializes the given Microsoft.ApplicationInsights.Channel.ITelemetry.

SessionContextInitializer ( string sessionId = null ) : System

Initializes a new instance of the SessionContextInitializer class.

메소드 상세

Initialize() 공개 메소드

Initializes the given Microsoft.ApplicationInsights.Channel.ITelemetry.
public Initialize ( ITelemetry telemetry ) : void
telemetry ITelemetry
리턴 void

SessionContextInitializer() 공개 메소드

Initializes a new instance of the SessionContextInitializer class.
public SessionContextInitializer ( string sessionId = null ) : System
sessionId string The session ID. If null, generated with .
리턴 System