AsyncFrostingTask<T>.

RunAsync(T) Method

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 Task representing the asynchronous operation.