Summary
Execution of a set of dependencies from a scope that is automatically disposed after execution
graph BT
Type["IExecuteScoped<T1, T2, T3, T4, T5>"]
class Type type-node
Syntax
public interface IExecuteScoped<T1, T2, T3, T4, T5>
Attributes
Type | Description |
---|---|
Nullable |
Type Parameters
Name | Description |
---|---|
T1 | |
T2 | |
T3 | |
T4 | |
T5 |
Methods
Name | Value | Summary |
---|---|---|
Invoke |
void |
Invoke the specified action with the scoped dependencies
|
Invoke |
Task |
Invoke the specified async action with the scoped dependency
|
Invoke |
Task |
Invoke the specified async action returning the given result with with the scoped dependencies
|
Invoke |
TResult |
Invoke the specified action returning the given result with the scoped dependencies
|
Extension Methods
Name | Value | Summary |
---|---|---|
SetBackingValue |
T |
Sets the backing value.
From ValueExtensions
|
With |
TBuilder |
Adds the specified dictionary to the provided dictionary.
|