Summary
Invoke the specified action with the scoped dependency
- Assembly
- Rocket
.Surgery .DependencyInjection .Extensions .dll - Namespace
- Rocket
.Surgery .DependencyInjection - Containing Type
- IExecuteScoped
<T>
Syntax
void Invoke(Action<T> action)
Parameters
Name | Type | Description |
---|---|---|
action | Action |
Return Value
Type | Description |
---|---|
void |