Summary
Invoke the specified async action with the scoped dependency
- Assembly
- Rocket
.Surgery .DependencyInjection .Extensions .dll - Namespace
- Rocket
.Surgery .DependencyInjection - Containing Type
- IExecuteScoped
<T1, T2, T3, T4, T5>
Syntax
Task Invoke(Func<T1, T2, T3, T4, T5, Task> action)
Attributes
| Type | Description |
|---|---|
| Nullable |
Parameters
Return Value
| Type | Description |
|---|---|
| Task |
