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