ConsoleLogWriter.Dispose Method
Namespace: Rebex
Assembly: Rebex.Common.dll (version 7.0.9083)
Dispose(Boolean)
Releases unmanaged and managed resources (depending on the scenario).
If disposing
is false, the method has been called from
the finalizer and should not reference other objects (therefore only unmanaged resources can be disposed).
Inherited from LogWriterBase.
Declaration
protected virtual void Dispose(bool disposing)
Parameters
Type | Name | Description |
---|---|---|
Boolean | disposing | True indicates that the method has been called via IDisposable.Dispose. False indicates that it has been called by the finalizer. |
Dispose()
Disposes the object. Inherited from LogWriterBase.
Declaration
public void Dispose()