BeforeTaskTeardownEventArgs.

BeforeTaskTeardownEventArgs(ITaskTeardownContext) Constructor

Summary

Initializes a new instance of the BeforeTaskTeardownEventArgs class.
Namespace
Cake.Core
Containing Type
BeforeTaskTeardownEventArgs

Syntax

public BeforeTaskTeardownEventArgs(ITaskTeardownContext taskTeardownContext)

Parameters

Name Type Description
taskTeardownContext ITaskTeardownContext The task teardown context.

Return Value

Type Description
void