Interface IMetricsHostBuilder
Namespace:Microsoft.Extensions.DependencyInjection
Assembly:cs.temp.dll.dll
Syntax
public interface IMetricsHostBuilder
Properties
Environment
Declaration
IMetricsEnvironment Environment { get; }
Property Value
Type | Description |
---|---|
IMetricsEnvironment |
Services
Declaration
IServiceCollection Services { get; }
Property Value
Type | Description |
---|---|
IServiceCollection |