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!

Trace.AutoFlush

Gets or sets whether Flush should be called on the Listeners after every write.

[Visual Basic]
Public Shared Property AutoFlush As Boolean
[C#]
public static bool AutoFlush {get; set;}
[C++]
public: __property static bool get_AutoFlush();
public: __property static void set_AutoFlush(bool);
[JScript]
public static function get AutoFlush() : Boolean;
public static function set AutoFlush(Boolean);

Property Value

true if Flush is called on the Listeners after every write; otherwise, false.

Remarks

The default is false.

See Also

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