ParallelCakeEngine.

RegisterSetupAction(Action<ICakeContext>) Method

Syntax

public void RegisterSetupAction(Action<ICakeContext> action)

Parameters

Name Type Description
action Action<ICakeContext>

Return Value

Type Description
void