|
WindowsApiFlushFileBuffers Method
|
Flushes the buffers of a specified file and causes all buffered data to be written to a file.
Namespace: GSF.InteropAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.207-beta+1781b796b2aa7a54013a031eb432fe4ccee31867
Syntax Remarks Since the
Flush(Boolean) method does not actually work, this finishes the flush to the disk file system.
Which still could cache the results, but this is about the best we can do for a flush right now.
See Also