Click or drag to resize
FutureCreateT Method

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

Parameters

awaiter
Type: AccessFlowIAwaiterT
The IAwaiterT the IFutureT to create is based on.

Type Parameters

T
The type of the value represented by the IFutureT.

Return Value

Type: IFutureT
The newly created IFutureT.
See Also