Click or drag to resize
TaskCollectorWith Method (ActionITaskCollector)
Executes a asynchronous method content with a newly created ITaskCollector. All Task-s added to the ITaskCollector are awaited.

Namespace: AccessFlow
Assembly: AccessFlow (in AccessFlow.dll) Version: 1.0.0.2 (1.0.0.2)
Syntax
public static Task With(
	Action<ITaskCollector> content
)

Parameters

content
Type: SystemActionITaskCollector
The method executed with the new ITaskCollector.

Return Value

Type: Task
A representation of the asynchronous execution.
See Also