Property | Type | Description | |
---|---|---|---|
ResultMessage | string |
Method | Description | |
---|---|---|
GetLastVersion ( string currentVersion ) : bool | ||
Json ( ) : System | ||
Ping ( string osVersion, string cjVersion, string machineID ) : bool | ||
PingAbort ( ) : void | ||
PostCrashLog ( string email, string comments ) : bool |
Method | Description | |
---|---|---|
readFile ( string filePath ) : byte[] |
public GetLastVersion ( string currentVersion ) : bool | ||
currentVersion | string | |
return | bool |
public Ping ( string osVersion, string cjVersion, string machineID ) : bool | ||
osVersion | string | |
cjVersion | string | |
machineID | string | |
return | bool |
public PostCrashLog ( string email, string comments ) : bool | ||
string | ||
comments | string | |
return | bool |