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!

XmlReader.Close

Closes this reader.

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

Remarks

This method closes the reader and its associated input stream (if any).

The state of the reader is undefined following a call to Close, and any subsequent attempts to read XML nodes may throw exceptions.

See Also

XmlReader Class | XmlReader Members | System.Xml Namespace