Interface ICancellable<T>
- Namespace
- AngleSharp.Common
- Assembly
- AngleSharp.dll
Represents a cancellable task with result.
public interface ICancellable<T> : ICancellable
Type Parameters
T
- Inherited Members
- Extension Methods
Properties
Task
Gets the associated awaitable task.
Task<T> Task { get; }
Property Value
- Task<T>