Summary
Invoke the specified action with the scoped dependency
graph BT
Type["IExecuteScoped<T>"]
class Type type-node
Syntax
public interface IExecuteScoped<T>
Attributes
Type | Description |
---|---|
Nullable |
Type Parameters
Name | Description |
---|---|
T |
Methods
Name | Value | Summary |
---|---|---|
Invoke |
void |
Invoke the specified action with the scoped dependency
|
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 dependency
|
Invoke |
TResult |
Invoke the specified action returning the given result with the scoped dependency
|
Extension Methods
Name | Value | Summary |
---|---|---|
SetBackingValue |
T |
Sets the backing value.
From ValueExtensions
|
With |
TBuilder |
Adds the specified dictionary to the provided dictionary.
|