System.Data.Entity.Infrastructure.Interception.DatabaseLogger.Dispose C# (CSharp) Méthode

Dispose() public méthode

Stops logging and closes the underlying file if output is being written to a file.
public Dispose ( ) : void
Résultat void
        public void Dispose()
        {
            Dispose(disposing: true);
            GC.SuppressFinalize(this);
        }

Same methods

DatabaseLogger::Dispose ( bool disposing ) : void