TaskCollector Class |
Namespace: AccessFlow
The TaskCollector type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | Create |
Creates a ITaskCollector.
|
![]() ![]() | With(ActionITaskCollector) |
Executes a asynchronous method content
with a newly created ITaskCollector.
All Task-s added to the ITaskCollector
are awaited.
|
![]() ![]() | With(FuncITaskCollector, Task) |
Executes an asynchronous method content
with a newly created ITaskCollector.
All Task-s added to the ITaskCollector
are awaited.
|
![]() ![]() | WithT(FuncITaskCollector, TaskT) |
Executes an asynchronous method content
with a newly created ITaskCollector.
All Task-s added to the ITaskCollector
are awaited.
The asynchronous result of content is
passed as result.
|
![]() ![]() | WithT(FuncITaskCollector, T) |
Executes a asynchronous method content
with a newly created ITaskCollector.
All Task-s added to the ITaskCollector
are awaited.
The result of content is
passed as result.
|