Summary
Invoke the specified async action returning the given result with with the scoped dependencies
- Assembly
- Rocket
.Surgery .DependencyInjection .Extensions .dll - Namespace
- Rocket
.Surgery .DependencyInjection - Containing Type
- IExecuteScoped
<T1, T2, T3>
Syntax
Task<TResult> Invoke<TResult>(Func<T1, T2, T3, Task<TResult>> action)
Type Parameters
Name | Description |
---|---|
TResult |
Parameters
Return Value
Type | Description |
---|---|
Task |