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 public override void Flush()
See Also