Summary
Initializes a new instance of the
AfterTaskTeardownEventArgs class.
- Namespace
- Cake
.Core - Containing Type
- After
Task Teardown Event Args
Syntax
public AfterTaskTeardownEventArgs(ITaskTeardownContext taskTeardownContext)
Parameters
| Name | Type | Description |
|---|---|---|
| taskTeardownContext | ITaskTeardownContext | The task teardown context. |
Return Value
| Type | Description |
|---|---|
| void |
