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

Interface IResetableMetric

Indicates a metric's ability to be reset. Reseting a metric clear all currently collected data.

Namespace:App.Metrics.Core.Abstractions
Assembly:cs.temp.dll.dll
Syntax
public interface IResetableMetric

Methods

Reset()

Clear all currently collected data for this metric.

Declaration
void Reset()
Back to top Copyright © 2017 Allan Hardy
Generated by DocFX