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

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

Summary

Invoke the specified action with the scoped dependencies

Syntax

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

Attributes

Type Description
NullableContextAttribute

Parameters

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

Return Value

Type Description
void