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

An ITelemetryInitializer implementation that appends the Environment.OSVersion to an Application Insights ITelemetry.Context
상속: ITelemetryInitializer
파일 보기 프로젝트 열기: fidmor89/SLAB_AppInsights

공개 메소드들

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

Initializes the given Microsoft.ApplicationInsights.Channel.ITelemetry.

OsVersionContextInitializer ( string osVersion = null ) : System

Initializes a new instance of the OsVersionContextInitializer class.

메소드 상세

Initialize() 공개 메소드

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

OsVersionContextInitializer() 공개 메소드

Initializes a new instance of the OsVersionContextInitializer class.
public OsVersionContextInitializer ( string osVersion = null ) : System
osVersion string The OS version. If null, calculated from .
리턴 System