Summary
Registers the task teardown action.
- Namespace
- Cake
.Core - Containing Type
- CakeEngineActions
Syntax
public void RegisterTaskTeardown<TData>(Action<ITaskTeardownContext, TData> action)
where TData : class
Type Parameters
| Name | Description |
|---|---|
| TData | Type of the data for the task teardown action. |
Parameters
| Name | Type | Description |
|---|---|---|
| action | Action |
The task teardown action. |
Return Value
| Type | Description |
|---|---|
| void |
