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:  ShellBoost.Core.Utilities
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
public override void Flush()
See Also