Summary
Runs the task using the specified context.
- Namespace
- Cake
.Frosting - Containing Type
- FrostingTask
<T>
Syntax
public virtual void Run(T context)
Parameters
| Name | Type | Description |
|---|---|---|
| context | T | The context. |
Return Value
| Type | Description |
|---|---|
| void |
