This content is part of a third party extension that is not supported by the Cake project.
- Assembly
- Cake
.Parallel .Module .dll - Namespace
- Cake
.Parallel .Module - Containing Type
- Parallel
Graph Extensions
Syntax
public static Task Traverse(this CakeGraph graph, string target, Func<string, CancellationTokenSource, Task> executeTask)
Attributes
Type | Description |
---|---|
Async |
Parameters
Name | Type | Description |
---|---|---|
graph | CakeGraph | |
target | string | |
executeTask | Func |
Return Value
Type | Description |
---|---|
Task |