ParallelGraphExtensions.

Traverse(CakeGraph, string, Func<string, CancellationTokenSource, Task>) Method

Syntax

public static Task Traverse(this CakeGraph graph, string target, Func<string, CancellationTokenSource, Task> executeTask)

Attributes

Type Description
AsyncStateMachineAttribute

Parameters

Name Type Description
graph CakeGraph
target string
executeTask Func<string, CancellationTokenSource, Task>

Return Value

Type Description
Task