C# 클래스 Microsoft.ApplicationInsights.DependencyCollector.DependencyTrackingTelemetryModule

Remote dependency monitoring.
상속: ITelemetryModule, IDisposable
파일 보기 프로젝트 열기: Microsoft/ApplicationInsights-dotnet-server 1 사용 예제들

공개 메소드들

메소드 설명
Dispose ( ) : void

IDisposable implementation.

Initialize ( Microsoft.ApplicationInsights.Extensibility.TelemetryConfiguration configuration ) : void

Initialize method is called after all configuration properties have been loaded from the configuration.

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

IDisposable implementation.

비공개 메소드들

메소드 설명
InitializeForFrameworkEventSource ( ) : void

Initialize for framework event source (not supported for Net40).

InitializeForRuntimeInstrumentationOrFramework ( ) : void

Initialize for runtime instrumentation or framework event source.

InitializeForRuntimeProfiler ( ) : void
IsProfilerAvailable ( ) : bool

메소드 상세

Dispose() 공개 메소드

IDisposable implementation.
public Dispose ( ) : void
리턴 void

Dispose() 보호된 메소드

IDisposable implementation.
protected Dispose ( bool disposing ) : void
disposing bool The method has been called directly or indirectly by a user's code.
리턴 void

Initialize() 공개 메소드

Initialize method is called after all configuration properties have been loaded from the configuration.
public Initialize ( Microsoft.ApplicationInsights.Extensibility.TelemetryConfiguration configuration ) : void
configuration Microsoft.ApplicationInsights.Extensibility.TelemetryConfiguration
리턴 void