Interface IAsyncFuture
Defines an interface that completes a future operation asynchronously.
Namespace: Neon.Tasks
Assembly: Neon.Common.dll
Syntax
public interface IAsyncFuture
Methods
GetAsync()
Returns when the asynchronous operation has completed.
Declaration
Task GetAsync()
Returns
Type | Description |
---|---|
Task | The tracking Task. |