IExecuteScoped<T1, T2, T3>.

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

Summary

Invoke the specified action with the scoped dependencies

Syntax

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

Parameters

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

Return Value

Type Description
void