IExecuteScoped<T1, T2, T3, T4>.

Invoke(Action<T1, T2, T3, T4>) Method

Summary

Invoke the specified action with the scoped dependencies

Syntax

void Invoke(Action<T1, T2, T3, T4> action)

Parameters

Name Type Description
action Action<T1, T2, T3, T4>

Return Value

Type Description
void