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

Class DefaultCounterBuilder

Inheritance
System.Object
DefaultCounterBuilder
Namespace:App.Metrics.Counter
Assembly:cs.temp.dll.dll
Syntax
public class DefaultCounterBuilder : IBuildCounterMetrics

Methods

Build()

Declaration
public ICounterMetric Build()
Returns
Type Description
ICounterMetric

Build<T>(Func<T>)

Declaration
public 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