Summary
Invokes the finally handler.
- Namespace
- Cake
.Core - Containing Type
- IExecutionStrategy
Syntax
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. |
