Click or drag to resize
ResolverCreateWithTcsT Method

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

Type Parameters

T
The type of the value to be resolved.

Return Value

Type: TupleIResolverT, TaskCompletionSourceT
A pair of a new IResolverT and a new TaskCompletionSourceTResult backing the IResolverT.
See Also