C# Class Tether.CoreChecks.IOCheck

Class for checking IO stats on disks
Inheritance: ICheck
Datei anzeigen Open project: surgicalcoder/Tether

Public Methods

Method Description
DoCheck ( ) : object

Run the check

IOCheck ( ) : System

Initializes a new instance of the IOCheck class and set up the performance monitors we need

Private Methods

Method Description
GetDriveNameForMountPoint ( string DriveID ) : string
GetNextCounterValueToIgnore ( ) : void

Method Details

DoCheck() public method

Run the check
public DoCheck ( ) : object
return object

IOCheck() public method

Initializes a new instance of the IOCheck class and set up the performance monitors we need
public IOCheck ( ) : System
return System