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

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

Summary

Invoke the specified action with the scoped dependencies

Syntax

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

Attributes

Type Description
NullableContextAttribute

Parameters

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

Return Value

Type Description
void