Click or drag to resize
ResolverCreateWithFutureT Method

Namespace: AccessFlow
Assembly: AccessFlow (in AccessFlow.dll) Version: 1.0.0.2 (1.0.0.2)
Syntax
public static Tuple<IResolver<T>, IFuture<T>> CreateWithFuture<T>()

Type Parameters

T
The type of the value to be passed from the IResolverT to the IFutureT.

Return Value

Type: TupleIResolverT, IFutureT
A pair of a new IResolverT and new IFutureT linked together.
See Also