Stream.FlushAsync Method
.NET Framework 4.5
Asynchronously clears all buffers for this stream and causes any buffered data to be written to the underlying device.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
FlushAsync() | Asynchronously clears all buffers for this stream and causes any buffered data to be written to the underlying device. |
|
FlushAsync(CancellationToken) | Asynchronously clears all buffers for this stream, causes any buffered data to be written to the underlying device, and monitors cancellation requests. |