C# Class Aqueduct.Diagnostics.BaseStatisticsStore

Inheritance: IStatisticsStore
Afficher le fichier Open project: aqueduct/Aqueduct.SitecoreLib

Méthodes publiques

Méthode Description
Clear ( ) : void
GetStatistics ( ) : long>.IDictionary
Increment ( string name ) : void
Increment ( string name, long value ) : void
IsActive ( ) : bool
SetValueIfHigher ( string name, long value ) : void

Method Details

Clear() public méthode

public Clear ( ) : void
Résultat void

GetStatistics() public méthode

public GetStatistics ( ) : long>.IDictionary
Résultat long>.IDictionary

Increment() public méthode

public Increment ( string name ) : void
name string
Résultat void

Increment() public méthode

public Increment ( string name, long value ) : void
name string
value long
Résultat void

IsActive() public abstract méthode

public abstract IsActive ( ) : bool
Résultat bool

SetValueIfHigher() public méthode

public SetValueIfHigher ( string name, long value ) : void
name string
value long
Résultat void