Interface IBuildCounterMetrics
Namespace:App.Metrics.Counter.Abstractions
Assembly:cs.temp.dll.dll
Syntax
public interface IBuildCounterMetrics
Methods
Build()
Declaration
ICounterMetric Build()
Returns
Type | Description |
---|---|
ICounterMetric |
Build<T>(Func<T>)
Declaration
ICounterMetric Build<T>(Func<T> builder)where T : ICounterMetric
Parameters
Type | Name | Description |
---|---|---|
System.Func<T> | builder |
Returns
Type | Description |
---|---|
ICounterMetric |
Type Parameters
Name | Description |
---|---|
T |