C# Class Tether.CoreChecks.NetworkTrafficCheck

Inheritance: ICheck
Afficher le fichier Open project: surgicalcoder/Tether

Méthodes publiques

Méthode 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 méthode

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
Résultat List

DoCheck() public méthode

public DoCheck ( ) : object
Résultat object