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.Close

Close this stream and the underlying stream.

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

Remarks

Once this method is called, an InvalidOperationException is thrown if any call is made to write more output.

See Also

XmlTextWriter Class | XmlTextWriter Members | System.NewXml Namespace