Summary
Invokes the finally handler.
- Namespace
- Cake
.Core - Containing Type
- Default
Execution Strategy
Syntax
public Task InvokeFinallyAsync(Func<ICakeContext, Task> action, ICakeContext context)
Parameters
Name | Type | Description |
---|---|---|
action | Func |
The action. |
context | ICakeContext | The context. |
Return Value
Type | Description |
---|---|
Task | The awaitable task. |