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

Close this stream and the underlying stream.

[Visual Basic]
MustOverride Public Sub Close()
[C#]
public abstract void Close();
[C++]
public: virtual void Close() = 0;
[JScript]
public abstract function Close();

Remarks

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

See Also

XmlWriter Class | XmlWriter Members | System.NewXml Namespace