IExecuteScoped<T1, T2, T3, T4>.

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

Summary

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

Syntax

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

Type Parameters

Name Description
TResult

Parameters

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

Return Value

Type Description
TResult