Should TraceListener.Flush be called on the Debug.Listeners after writing each message?
Whether or not the System.Diagnostics.TraceListener objects should be TraceListener.Flushed after each write.
If true, TraceListener.Flush will be invoked on each System.Diagnostics.TraceListener in the Debug.Listeners collection after any modifying operation (such as Debug.Fail, Debug.Write, Debug.WriteLine, etc.).
This value is shared with the System.Diagnostics.Trace class.
Namespace: System.Diagnostics
Assembly: System (in System.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0