IExecuteScoped<T>.

Invoke(Action<T>) Method

Summary

Invoke the specified action with the scoped dependency

Syntax

void Invoke(Action<T> action)

Parameters

Name Type Description
action Action<T>

Return Value

Type Description
void