IExecuteScoped<T1, T2, T3, T4>.

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

Summary

Invoke the specified async action returning the given result with with the scoped dependencies

Syntax

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

Type Parameters

Name Description
TResult

Parameters

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

Return Value

Type Description
Task<TResult>