Click or drag to resize
FileStreamFlush Method
Clears all buffers for this stream and causes any buffered data to be written to the underlying device.

Namespace: CMS.FileSystemStorage
Assembly: CMS.IO (in CMS.IO.dll) Version: 11.0.0
Syntax
C#
public override void Flush()
See Also