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