Click or drag to resize
FileStreamFlushAsync Method
Asynchronously clears all buffers for this stream and causes any buffered data to be written to the underlying device.

Namespace: CMS.FileSystemStorage
Assembly: CMS.IO (in CMS.IO.dll) Version: 11.0.0
Syntax
C#
public override Task FlushAsync(
	CancellationToken cancellationToken
)

Parameters

cancellationToken
Type: System.ThreadingCancellationToken
The token to monitor for cancellation requests.

Return Value

Type: Task
See Also