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