C# Class Tether.CoreChecks.SQLServerCheck

Class for checking various SQL Server metrics.
Inheritance: ICheck
Afficher le fichier Open project: surgicalcoder/Tether

Méthodes publiques

Méthode Description
DoCheck ( ) : object
SQLServerCheck ( string customPrefix ) : System

Initialises a new instance of the SQLServerCheck class.

Private Methods

Méthode Description
AddPerformanceCounter ( string category, string counter, string instance ) : void

Method Details

DoCheck() public méthode

public DoCheck ( ) : object
Résultat object

SQLServerCheck() public méthode

Initialises a new instance of the SQLServerCheck class.
public SQLServerCheck ( string customPrefix ) : System
customPrefix string
Résultat System