C# 클래스 Tether.CoreChecks.NetworkTrafficCheck

상속: ICheck
파일 보기 프로젝트 열기: surgicalcoder/Tether

공개 메소드들

메소드 설명
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

메소드 상세

CheckForOverflow() 공개 메소드

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
리턴 List

DoCheck() 공개 메소드

public DoCheck ( ) : object
리턴 object