TaskCollectorWith Method (FuncITaskCollector, Task) |
Namespace: AccessFlowAssembly: AccessFlow (in AccessFlow.dll) Version: 1.0.0.2 (1.0.0.2)
Syntaxpublic static Task With(
Func<ITaskCollector, Task> content
)
Public Shared Function With (
content As Func(Of ITaskCollector, Task)
) As Task
public:
static Task^ With(
Func<ITaskCollector^, Task^>^ content
)
static member With :
content : Func<ITaskCollector, Task> -> Task
Parameters
- content
- Type: SystemFuncITaskCollector, Task
The method executed with the new ITaskCollector.
Return Value
Type:
Task
A representation of the asynchronous execution.
See Also