Click or drag to resize
StreamExtensionsFlushAsync Method
Overload List
  NameDescription
Public methodStatic memberFlushAsync(Stream)
Asynchronously clears all buffers for a stream and causes any buffered data to be written to the underlying device.
Public methodStatic memberFlushAsync(Stream, CancellationToken)
Asynchronously clears all buffers for a stream and causes any buffered data to be written to the underlying device, and monitors cancellation requests.
Top
See Also