Summary
Runs the task using the specified context.
- Namespace
- Cake
.Frosting - Containing Type
- AsyncFrostingTask
<T>
Syntax
public virtual Task RunAsync(T context)
Parameters
| Name | Type | Description |
|---|---|---|
| context | T | The context. |
Return Value
| Type | Description |
|---|---|
| Task | A System.Threading.Tasks.Task representing the asynchronous operation. |
