IExecuteScoped<T>.

Invoke(Func<T, Task>) Method

Summary

Invoke the specified async action with the scoped dependency

Syntax

Task Invoke(Func<T, Task> action)

Parameters

Name Type Description
action Func<T, Task>

Return Value

Type Description
Task