App Metrics Fork me on GitHub
Show / Hide Table of Contents

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
Back to top Copyright © 2017 Allan Hardy
Generated by DocFX