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!

TextWriter.Close

Closes the current writer and releases any system resources associated with the writer.

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

Remarks

Following a call to Close, any operations on the writer may raise exceptions. This default method is empty, but derived classes can override the method to provide the appropriate functionality.

See Also

TextWriter Class | TextWriter Members | System.IO Namespace