Lawo.GlowAnalyzerProxy.Main.LogInfo.Dispose C# (CSharp) Méthode

Dispose() public méthode

public Dispose ( ) : void
Résultat void
        public void Dispose()
        {
            this.logger.Dispose();
            this.xmlWriter.Dispose();
            this.writer.Dispose();
            this.stream.Dispose();
        }