<PackageReference Include="System.IO.Pipelines" Version="11.0.0-rc.1.26425.128" />

System.IO.Pipelines.FlushResult

public struct FlushResult
Result returned by FlushAsync call.
namespace System.IO.Pipelines { public struct FlushResult { public bool IsCanceled { get; } public bool IsCompleted { get; } public FlushResult(bool isCanceled, bool isCompleted); } }