Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

TraceListener.Close Method ()

 

When overridden in a derived class, closes the output stream so it no longer receives tracing or debugging output.

Namespace:   System.Diagnostics
Assembly:  System (in System.dll)

public virtual void Close()

Use this method when the output is going to a file, such as to the TextWriterTraceListener. After a call to this method, you must reinitialize the object.

.NET Framework
Available since 1.1
Return to top
Show: