FrostingTask<T>.

Finally(T) Method

Summary

The finally handler to be executed using the specified context after the task has finished executing.
Namespace
Cake.Frosting
Containing Type
FrostingTask<T>

Syntax

public virtual void Finally(T context)

Parameters

Name Type Description
context T The context.

Return Value

Type Description
void