C# Class RazorDB.RazorPerformanceCounter

RazorPerformanceCounter will allow calls to Increment even if the true performance counter can't be created in windows.
Afficher le fichier Open project: gnoso/razordb Class Usage Examples

Méthodes publiques

Méthode Description
Increment ( ) : void
RazorPerformanceCounter ( string category, string name, bool readOnly ) : System

Method Details

Increment() public méthode

public Increment ( ) : void
Résultat void

RazorPerformanceCounter() public méthode

public RazorPerformanceCounter ( string category, string name, bool readOnly ) : System
category string
name string
readOnly bool
Résultat System