TraceSource::Flush Method ()
.NET Framework (current version)
Flushes all the trace listeners in the trace listener collection.
Assembly: System (in System.dll)
| Exception | Condition |
|---|---|
| ObjectDisposedException | An attempt was made to trace an event during finalization. |
The following code example shows how you can use the Flush method to flush all the listeners in the collection. This code example is part of a larger example provided for the TraceSource class.
.NET Framework
Available since 2.0
Available since 2.0
Show: