XsFileStream.Flush Method (Logic) | |
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.21
Syntax VIRTUAL METHOD Flush(
lCommit AS LOGIC
) AS VOID
public override void Flush(
bool lCommit
)
Request Example
View SourceParameters
- lCommit
- Type: Logic
See Also