IExecuteScoped<T1, T2, T3, T4, T5, T6>.

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

Summary

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

Syntax

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

Attributes

Type Description
NullableContextAttribute

Type Parameters

Name Description
TResult

Parameters

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

Return Value

Type Description
TResult