IExecuteScoped<T1, T2, T3, T4>.

Invoke(Func<T1, T2, T3, T4, Task>) Method

Summary

Invoke the specified async action with the scoped dependency

Syntax

Task Invoke(Func<T1, T2, T3, T4, Task> action)

Parameters

Name Type Description
action Func<T1, T2, T3, T4, Task>

Return Value

Type Description
Task