PipeWriter.FlushAsync(CancellationToken) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Makes bytes written available to PipeReader and runs ReadAsync(CancellationToken) continuation.
public abstract System.Threading.Tasks.ValueTask<System.IO.Pipelines.FlushResult> FlushAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member FlushAsync : System.Threading.CancellationToken -> System.Threading.Tasks.ValueTask<System.IO.Pipelines.FlushResult>
Public MustOverride Function FlushAsync (Optional cancellationToken As CancellationToken = Nothing) As ValueTask(Of FlushResult)
Parameters
- cancellationToken
- CancellationToken
The token to monitor for cancellation requests. The default value is None.
Returns
A task that represents and wraps the asynchronous flush operation.
Exceptions
The cancellation token was canceled. This exception is stored into the returned task.
Applies to
التعاون معنا على GitHub
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.