ApplicationInsights.OwinExtensions.Tests.OwinIntegrationTests.Dispose C# (CSharp) Method

Dispose() public method

public Dispose ( ) : void
return void
        public void Dispose()
        {
            if (Startup.DependencyTrackingTelemetryModule != null)
                Startup.DependencyTrackingTelemetryModule.Dispose();
        }
    }