IExecutionStrategy.

PerformTeardown(Action<ITeardownContext>, ITeardownContext) Method

Summary

Performs the teardown.
Namespace
Cake.Core
Containing Type
IExecutionStrategy

Syntax

void PerformTeardown(Action<ITeardownContext> action, ITeardownContext teardownContext)

Parameters

Name Type Description
action Action<ITeardownContext> The action.
teardownContext ITeardownContext The context.

Return Value

Type Description
void