Microsoft.HockeyApp.TelemetryConfiguration.Dispose C# (CSharp) Method

Dispose() public method

Releases resources used by the current instance of the TelemetryConfiguration class.
public Dispose ( ) : void
return void
        public void Dispose()
        {
            // TODO: Implement a Finalizer to dispose this class.
            this.Dispose(true);
            GC.SuppressFinalize(this);
        }

Same methods

TelemetryConfiguration::Dispose ( bool disposing ) : void