C# Класс Microsoft.ApplicationInsights.DependencyCollector.DependencyTrackingTelemetryModule

Remote dependency monitoring.
Наследование: ITelemetryModule, IDisposable
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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