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!

StreamReader.Close

Closes the StreamReader and releases any system resources associated with the reader.

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

Remarks

Following a call to Close, any operations on the reader may raise exceptions.

See Also

StreamReader Class | StreamReader Members | System.IO Namespace