Summary
Delegate ServiceConventionAction
- Assembly
- Rocket
.Surgery .Extensions .DependencyInjection .Abstractions .dll - Namespace
- Rocket
.Surgery .Extensions .DependencyInjection - Base Types
-
- MulticastDelegate
graph BT
Type-->Base0["MulticastDelegate"]
Type["ServiceConventionDelegate"]
class Type type-node
Syntax
public sealed class ServiceConventionDelegate : MulticastDelegate
Constructors
Name | Summary |
---|---|
Service |
Methods
Name | Value | Summary |
---|---|---|
BeginInvoke |
IAsyncResult | |
EndInvoke |
void | |
Invoke |
void |
Extension Methods
Name | Value | Summary |
---|---|---|
SetBackingValue |
T |
Sets the backing value.
From ValueExtensions
|
With |
TBuilder |
Adds the specified dictionary to the provided dictionary.
|