C# Class BoxedIce.ServerDensity.Agent.Checks.IOCheck

Class for checking IO stats on disks
Inheritance: ICheck
显示文件 Open project: serverdensity/sd-agent-windows

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

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