C# Class Tether.CoreChecks.NetworkTrafficCheck

Inheritance: ICheck
ファイルを表示 Open project: surgicalcoder/Tether

Public Methods

Method Description
CheckForOverflow ( string toCheck, long>.Dictionary store, long currentValue ) : List

Check if the value has overflowed and reset to 0 http://connect.microsoft.com/VisualStudio/feedback/details/734915/getipv4statistics-bytesreceived-and-bytessent AGENT-199 Factored into a separate method for testing

DoCheck ( ) : object

Method Details

CheckForOverflow() public method

Check if the value has overflowed and reset to 0 http://connect.microsoft.com/VisualStudio/feedback/details/734915/getipv4statistics-bytesreceived-and-bytessent AGENT-199 Factored into a separate method for testing
public CheckForOverflow ( string toCheck, long>.Dictionary store, long currentValue ) : List
toCheck string string of parameter to look up (recv / trans)
store long>.Dictionary Past results
currentValue long current value from the results
return List

DoCheck() public method

public DoCheck ( ) : object
return object