FlushResult Struct
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
Flush |
Initializes a new instance of FlushResult struct setting the IsCanceled and IsCompleted flags. |
Is |
Gets a value that indicates whether the current FlushAsync(CancellationToken) operation was canceled by CancelPendingFlush(). |
Is |
Gets a value that indicates the reader is no longer reading data written to the PipeWriter. |
产品 | 版本 |
---|---|
.NET | 8 (package-provided), 9 (package-provided), 9 |
.NET Framework | 4.7 (package-provided), 4.7.1 (package-provided), 4.7.2 (package-provided), 4.8 (package-provided) |
.NET Standard | 2.0 (package-provided) |