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!

TraceListener.WriteIndent

Writes the indent and resets the NeedIndent property to false.

[Visual Basic]
Overridable Protected Sub WriteIndent()
[C#]
protected virtual void WriteIndent();
[C++]
protected: virtual void WriteIndent();
[JScript]
protected function WriteIndent();

Remarks

Writes the indent and resets NeedIndent to false. Call this method if NeedIndent is true, when you are overloading Write and WriteLine. By default this method uses blank spaces for indentation.

See Also

TraceListener Class | TraceListener Members | System.Diagnostics Namespace | TraceListener | DefaultTraceListener | TextWriterTraceListener | Debug | Trace