AfterTaskTeardownEventArgs.

AfterTaskTeardownEventArgs(ITaskTeardownContext) Constructor

Summary

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

Syntax

public AfterTaskTeardownEventArgs(ITaskTeardownContext taskTeardownContext)

Parameters

Name Type Description
taskTeardownContext ITaskTeardownContext The task teardown context.

Return Value

Type Description
void