Method Run
Run(Func<Task>)
Queues the specified work to run on the next server cycle.
public static Task Run(Func<Task> function)
Parameters
Returns
Run<T>(Func<Task<T>>)
Queues the specified work to run on the next server cycle.
public static Task<T> Run<T>(Func<Task<T>> function)
Parameters
Returns
- Task<T>
Type Parameters
T