TraceSource::Close Method ()
.NET Framework (current version)
Closes all the trace listeners in the trace listener collection.
Assembly: System (in System.dll)
The following code example shows how you can use the Close method to close all the listeners in the collection. This code example is part of a larger example provided for the TraceSource class.
SecurityPermission
for operating with unmanaged code. Demand value: LinkDemand; Associated enumeration: SecurityPermissionFlag::UnmanagedCode.
.NET Framework
Available since 2.0
Available since 2.0
Show: