HostingMetricsConvention Class

Summary

MetricsConvention. Implements the IHostingConvention
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["HostingMetricsConvention"] class Type type-node

Syntax

public class HostingMetricsConvention : IHostingConvention, IConvention<IHostingConventionContext>, 
    IConvention

Attributes

Type Description
NullableContextAttribute
NullableAttribute

Constructors

Methods

Name Value Summary
Register(IHostingConventionContext) void
Registers the specified context.

Extension Methods

See Also