C# 클래스 ApplicationInsights.OwinExtensions.Tests.WebApiIntegrationTests.Startup

파일 보기 프로젝트 열기: marcinbudny/applicationinsights-owinextensions

공개 프로퍼티들

프로퍼티 타입 설명
ActualOperationId string
Channel ApplicationInsights.OwinExtensions.Tests.Utils.MockTelemetryChannel
DependencyTrackingTelemetryModule Microsoft.ApplicationInsights.DependencyCollector.DependencyTrackingTelemetryModule
RequestCompleted System.Threading.AutoResetEvent

공개 메소드들

메소드 설명
Configuration ( IAppBuilder app ) : void

비공개 메소드들

메소드 설명
CollectOperationId ( IAppBuilder app ) : void
ConfigureApplicationInsights ( IAppBuilder app ) : void
ConfigureWebApi ( IAppBuilder app ) : void
SignalOnRequestCompletion ( IAppBuilder app ) : void

메소드 상세

Configuration() 공개 메소드

public Configuration ( IAppBuilder app ) : void
app IAppBuilder
리턴 void

프로퍼티 상세

ActualOperationId 공개적으로 정적으로 프로퍼티

public static string ActualOperationId
리턴 string

Channel 공개적으로 정적으로 프로퍼티

public static MockTelemetryChannel,ApplicationInsights.OwinExtensions.Tests.Utils Channel
리턴 ApplicationInsights.OwinExtensions.Tests.Utils.MockTelemetryChannel

DependencyTrackingTelemetryModule 공개적으로 정적으로 프로퍼티

public static DependencyTrackingTelemetryModule,Microsoft.ApplicationInsights.DependencyCollector DependencyTrackingTelemetryModule
리턴 Microsoft.ApplicationInsights.DependencyCollector.DependencyTrackingTelemetryModule

RequestCompleted 공개적으로 정적으로 프로퍼티

public static AutoResetEvent,System.Threading RequestCompleted
리턴 System.Threading.AutoResetEvent