Click or drag to resize
ITaskCollectorAddingT Method

Namespace: AccessFlow
Assembly: AccessFlow (in AccessFlow.dll) Version: 1.0.0.2 (1.0.0.2)
Syntax
IFuture<T> Adding<T>(
	IReactive<T> reactive
)

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