Summary
MetricsConvention.
Implements the
IHostingConvention
- Assembly
- Rocket
.Surgery .AspNetCore .Metrics .dll - Namespace
- Rocket
.Surgery .AspNetCore .Metrics - Interfaces
- Base Types
-
- Object
graph BT
Type-->Base0["Object"]
Type-.->Interface0["IHostingConvention"]
click Interface0 "/api/Rocket.Surgery.Hosting/IHostingConvention"
Type-.->Interface1["IConvention<IHostingConventionContext>"]
Type-.->Interface2["IConvention"]
click Interface2 "/api/Rocket.Surgery.Conventions/IConvention"
Type["AspNetCoreMetricsConvention"]
class Type type-node
Syntax
public class AspNetCoreMetricsConvention : IHostingConvention,
IConvention<IHostingConventionContext>, IConvention
Attributes
Type | Description |
---|---|
Nullable |
|
NullableAttribute |
Constructors
Name | Summary |
---|---|
Asp |
Initializes a new instance of the AspNetCoreMetricsConvention class.
|
Methods
Name | Value | Summary |
---|---|---|
Register |
void |
Registers the specified context.
|
Extension Methods
Name | Value | Summary |
---|---|---|
SetBackingValue |
T |
Sets the backing value.
From ValueExtensions
|
With |
TBuilder |
Adds the specified dictionary to the provided dictionary.
|