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!

XmlWriter.Flush

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

[Visual Basic]
MustOverride Public Sub Flush()
[C#]
public abstract void Flush();
[C++]
public: virtual void Flush() = 0;
[JScript]
public abstract 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

XmlWriter Class | XmlWriter Members | System.NewXml Namespace