ResolverCreateWithFutureT Method |
Namespace: AccessFlowAssembly: AccessFlow (in AccessFlow.dll) Version: 1.0.0.2 (1.0.0.2)
Syntaxpublic static Tuple<IResolver<T>, IFuture<T>> CreateWithFuture<T>()
Public Shared Function CreateWithFuture(Of T) As Tuple(Of IResolver(Of T), IFuture(Of T))
public:
generic<typename T>
static Tuple<IResolver<T>^, IFuture<T>^>^ CreateWithFuture()
static member CreateWithFuture : unit -> Tuple<IResolver<'T>, IFuture<'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