Summary
Registers a teardown action.
- Namespace
- Cake
.Core - Containing Type
- CakeEngineActions
Syntax
public void RegisterTeardown(Action<ITeardownContext> action)
Parameters
| Name | Type | Description |
|---|---|---|
| action | Action |
The teardown action. |
Return Value
| Type | Description |
|---|---|
| void |
