ITaskCollectorAddingT Method |
Namespace: AccessFlowAssembly: AccessFlow (in AccessFlow.dll) Version: 1.0.0.2 (1.0.0.2)
SyntaxIFuture<T> Adding<T>(
IReactive<T> reactive
)
Function Adding(Of T) (
reactive As IReactive(Of T)
) As IFuture(Of T)
generic<typename T>
IFuture<T>^ Adding(
IReactive<T>^ reactive
)
abstract Adding :
reactive : IReactive<'T> -> IFuture<'T>
Parameters
- reactive
- Type: AccessFlowIReactiveT
The IReactiveT whose
ProcessTask shall be collected.
Type Parameters
- T
-
The type of the value represented by
the IReactiveT.
Return Value
Type:
IFutureT
The
Result of
reactive.
See Also