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!

XmlTextWriter.Flush

Flush whatever is in the buffer to the underlying streams and flush the underlying stream.

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

Remarks

This is called instead of Close() when you want to write more to the underlying stream without losing what is still in the XmlWriter buffer.

See Also

XmlTextWriter Class | XmlTextWriter Members | System.NewXml Namespace