FileStreamFlushAsync Method |
Asynchronously clears all buffers for this stream and causes any buffered data to be written to the underlying device.
Namespace: CMS.FileSystemStorageAssembly: CMS.IO (in CMS.IO.dll) Version: 12.0.0
Syntax public override Task FlushAsync(
CancellationToken cancellationToken
)
Parameters
- cancellationToken
- Type: System.ThreadingCancellationToken
The token to monitor for cancellation requests.
Return Value
Type:
TaskSee Also