SPFileStream.Flush Method
Clears all buffers for this stream and causes any buffered data to be written to the underlying device.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Overrides Sub Flush
'Usage
Dim instance As SPFileStream
instance.Flush()
public override void Flush()