FrostingTeardown<TContext>.

Teardown(TContext, ITeardownContext) Method

Summary

This method is executed before any tasks are run. If setup fails, no tasks will be executed but teardown will be performed.
Namespace
Cake.Frosting
Containing Type
FrostingTeardown<TContext>

Syntax

public abstract void Teardown(TContext context, ITeardownContext info)

Parameters

Name Type Description
context TContext The context.
info ITeardownContext The teardown information.

Return Value

Type Description
void