Click or drag to resize
StreamFlush Method
When overridden in a derived class, clears all buffers for this stream and causes any buffered data to be written to the underlying device.

Namespace: CMS.IO
Assembly: CMS.IO (in CMS.IO.dll) Version: 8.2.23
Syntax
C#
public abstract void Flush()
See Also