This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.igloo15.Helper.
Summary
Method to be invoked in teardown to trigger all listeners
- Assembly
- Cake
.igloo15 .Helper .dll - Namespace
- Cake
.igloo15 .Helper - Containing Type
- EventExtensions
Syntax
public static void InvokeTeardown(this ICakeContext context, ProjectData data)
Attributes
| Type | Description |
|---|---|
| Cake |
Parameters
| Name | Type | Description |
|---|---|---|
| context | ICakeContext | The Cake Context |
| data | ProjectData | The data to be invoked with |
Return Value
| Type | Description |
|---|---|
| void |
