Click or drag to resize

XsFileStream.Flush Method (Logic)

X#
Clears buffers for this stream and causes any buffered data to be written to the file, and also clears all intermediate file buffers.

Namespace:  XSharp.IO
Assembly:  XSharp.Core (in XSharp.Core.dll) Version: 2.19
Syntax
 VIRTUAL METHOD Flush(
	lCommit AS LOGIC
) AS VOID
Request Example View Source

Parameters

lCommit
Type: Logic
See Also