Click or drag to resize
TaskCollector Class
Provides a basic thread safe implementation for ITaskCollector.
Inheritance Hierarchy
SystemObject
  AccessFlowTaskCollector

Namespace: AccessFlow
Assembly: AccessFlow (in AccessFlow.dll) Version: 1.0.0.2 (1.0.0.2)
Syntax
public static class TaskCollector

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