NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

Debug.Flush

Clears the output buffer and causes any buffered data to be written to the Listeners.

[Visual Basic]
Public Shared Sub Flush()
[C#]
public static void Flush();
[C++]
public: static void Flush();
[JScript]
public static function Flush();

See Also

Debug Class | Debug Members | System.Diagnostics Namespace | Debug | Trace | BooleanSwitch | TraceSwitch | TraceListener | DefaultTraceListener | ConditionalAttribute