C# Class Hyena.Metrics.Metric

Inheritance: IDisposable
显示文件 Open project: GNOME/hyena Class Usage Examples

Public Methods

Method Description
Dispose ( ) : void
PushSample ( object sampleValue ) : void
TakeSample ( ) : void

Private Methods

Method Description
Metric ( string name, ISampleStore store ) : System
Metric ( string name, ISampleStore store, Func sampleFunc ) : System
Metric ( string name, ISampleStore store, object value ) : System

Method Details

Dispose() public method

public Dispose ( ) : void
return void

PushSample() public method

public PushSample ( object sampleValue ) : void
sampleValue object
return void

TakeSample() public method

public TakeSample ( ) : void
return void