Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
FlushResult Struct
Definition
- Namespace:
- System.IO.Pipelines
- Assembly:
- System.IO.Pipelines.dll
- Package:
- System.IO.Pipelines v11.0.0-preview.5.26302.115
- Source:
- FlushResult.cs
- Source:
- FlushResult.cs
- Source:
- FlushResult.cs
- Source:
- FlushResult.cs
- Source:
- FlushResult.cs
- Source:
- FlushResult.cs
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.
Result returned by FlushAsync(CancellationToken) call.
public value class FlushResult
public struct FlushResult
type FlushResult = struct
Public Structure FlushResult
- Inheritance
Constructors
| Name | Description |
|---|---|
| FlushResult(Boolean, Boolean) |
Initializes a new instance of FlushResult struct setting the IsCanceled and IsCompleted flags. |
Properties
| Name | Description |
|---|---|
| IsCanceled |
Gets a value that indicates whether the current FlushAsync(CancellationToken) operation was canceled by CancelPendingFlush(). |
| IsCompleted |
Gets a value that indicates the reader is no longer reading data written to the PipeWriter. |
Applies to
Feedback
Was this page helpful?
