Interface IFuture
Represents Future pattern.
Inherited Members
Namespace: DotNext.Threading.Tasks
Assembly: DotNext.dll
Syntax
public interface IFuture : INotifyCompletion
  Properties
| Improve this Doc View SourceIsCompleted
Determines whether asynchronous operation referenced by this object is already completed.
Declaration
bool IsCompleted { get; }
  Property Value
| Type | Description | 
|---|---|
| Boolean |