C# Class SenseNet.ContentRepository.CounterManager

Afficher le fichier Open project: maxpavlov/FlexNet Class Usage Examples

Private Properties

Свойство Type Description
CreateCategory System.Diagnostics.PerformanceCounterCategory
GetCounter SenseNetPerformanceCounter
Initialize void

Méthodes publiques

Méthode Description
Decrement ( string counterName ) : void
Increment ( string counterName ) : void
IncrementBy ( string counterName, long value ) : void
Reset ( string counterName ) : void
SetRawValue ( string counterName, long value ) : void
Start ( ) : void

Private Methods

Méthode Description
CreateCategory ( ) : System.Diagnostics.PerformanceCounterCategory
GetCounter ( string counterName ) : SenseNetPerformanceCounter
Initialize ( ) : void

Method Details

Decrement() public static méthode

public static Decrement ( string counterName ) : void
counterName string
Résultat void

Increment() public static méthode

public static Increment ( string counterName ) : void
counterName string
Résultat void

IncrementBy() public static méthode

public static IncrementBy ( string counterName, long value ) : void
counterName string
value long
Résultat void

Reset() public static méthode

public static Reset ( string counterName ) : void
counterName string
Résultat void

SetRawValue() public static méthode

public static SetRawValue ( string counterName, long value ) : void
counterName string
value long
Résultat void

Start() public static méthode

public static Start ( ) : void
Résultat void