TextWriterTraceListener.Dispose(Boolean) Method

Definition

Disposes this TextWriterTraceListener object.

protected:
 override void Dispose(bool disposing);
protected override void Dispose (bool disposing);
override this.Dispose : bool -> unit
Protected Overrides Sub Dispose (disposing As Boolean)

Parameters

disposing
Boolean

true to release managed resources; if false, Dispose(Boolean) has no effect.

Remarks

Use the Close method of the TextWriterTraceListener class to release the managed resources of a TextWriterTraceListener object.

Applies to