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