Click or drag to resize
TaskFutureCreateT Method (TaskT)

Namespace: AccessFlow
Assembly: AccessFlow (in AccessFlow.dll) Version: 1.0.0.2 (1.0.0.2)
Syntax
public static IFuture<T> Create<T>(
	Task<T> task
)

Parameters

task
Type: System.Threading.TasksTaskT
The Task to be wrapped.

Type Parameters

T
The type of the value represented by the result IFutureT and task.

Return Value

Type: IFutureT
A new IFutureT wrapping the Tasktask.
See Also