FlushMode


Function

 

Specifies the flush timing when writing a file.

 

Variable type

 

[ C#: bool ] [ VB.NET: Boolean ]

 

Initial value

 

false

 

Setting value

 

Value

Description

false

Automatic

true

Every time

 

Remarks

 

If true is specified, the data will be flushed each time data is written,
reducing the possibility of data loss if the application cannot be terminated normally.
In addition, the writing speed may decrease.