System.IO.MemoryMappedFiles.MemoryMappedViewAccessor.Flush Method

Clears all buffers for this view and causes any buffered data to be written to the underlying file.

Syntax

public void Flush ()

Remarks

If you are using views that are adjacent to each other, this method will also clear the following data, provided its size is equal to a multiple of the system page size:

  • Any data that precedes the view up until the latest file offset.

  • Any data that follows the view up until the earliest file offset.

Requirements

Namespace: System.IO.MemoryMappedFiles
Assembly: System.Core (in System.Core.dll)
Assembly Versions: 4.0.0.0