IExecuteScoped<T1, T2>.

Invoke(Action<T1, T2>) Method

Summary

Invoke the specified action with the scoped dependencies

Syntax

void Invoke(Action<T1, T2> action)

Parameters

Name Type Description
action Action<T1, T2>

Return Value

Type Description
void