<PackageReference Include="NETStandard.Library" Version="2.0.3" />

System.IAsyncResult

public interface IAsyncResult
namespace System { public interface IAsyncResult { object AsyncState { get; } WaitHandle AsyncWaitHandle { get; } bool CompletedSynchronously { get; } bool IsCompleted { get; } } }