GraphRunner.

DeployAsync(Action<GraphSettings>) Method

Summary

Generate the node set files and deploy the web content files
Assembly
Cake.Graph.dll
Namespace
Cake.Graph
Containing Type
GraphRunner

Syntax

public Task<GraphRunner> DeployAsync(Action<GraphSettings> configure = null)

Attributes

Type Description
AsyncStateMachineAttribute

Parameters

Name Type Description
configure Action<GraphSettings>

Return Value

Type Description
Task<GraphRunner>