Click or drag to resize
TaskCollector Methods

The TaskCollector type exposes the following members.

Methods
  NameDescription
Public methodStatic memberCreate
Creates a ITaskCollector.
Public methodStatic memberWith(ActionITaskCollector)
Executes a asynchronous method content with a newly created ITaskCollector. All Task-s added to the ITaskCollector are awaited.
Public methodStatic memberWith(FuncITaskCollector, Task)
Executes an asynchronous method content with a newly created ITaskCollector. All Task-s added to the ITaskCollector are awaited.
Public methodStatic memberWithT(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.
Public methodStatic memberWithT(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.
Top
See Also