CakeEngineActions.

RegisterTeardown(Action<ITeardownContext>) Method

Summary

Registers a teardown action.
Namespace
Cake.Core
Containing Type
CakeEngineActions

Syntax

public void RegisterTeardown(Action<ITeardownContext> action)

Parameters

Name Type Description
action Action<ITeardownContext> The teardown action.

Return Value

Type Description
void