Click or drag to resize

ChunkedMemoryStreamFlush 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. This implementation does nothing.

Namespace:  callback.ShellBoost.Core.Utilities
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public override void Flush()
See Also