SPFileStream.Close Method
Closes the stream and releases all resources that it uses.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Overrides Sub Close
'Usage
Dim instance As SPFileStream
instance.Close()
public override void Close()