ICancellable<T> public interface ICancellable<T> : ICancellable Represents a cancellable task with result. Documentation Code Task<T> Task { get; } Gets the associated awaitable task.