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