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!

MemoryStream.Close

Closes the stream for reading and writing.

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

Remarks

The stream will not support reading nor writing after the current method is invoked. Following a call to Close, any operations on the stream may raise exceptions.

See Also

MemoryStream Class | MemoryStream Members | System.IO Namespace