Closes the current stream and releases any resources associated with the current stream.

Namespace: Alachisoft.NCache.Web.Caching
Assembly: Alachisoft.NCache.Web (in Alachisoft.NCache.Web.dll) Version: 4.1.0.0 (4.1.0.0)

Syntax

C#
public override void Close()
Visual Basic
Public Overrides Sub Close
Visual C++
public:
virtual void Close() override

Remarks

A call to Close is required if stream is opened with StreamMode.Read or StreamMode.Write to release locks.

Exceptions

See Also