Property | Type | Description | |
---|---|---|---|
appId | String | ||
appVersionInfoFile | String | ||
currentAppVersion | System.Version | ||
currentAppVersionString | String | ||
newVersionInfo | AppVersionInfo | ||
pollTimeInSeconds | System.Int64 | ||
pollTimer |
Method | Description | |
---|---|---|
AppUpdater ( ) : System | ||
applyUpdate ( ) : void | ||
checkForUpdate ( String _appId, String _currentAppVersionString ) : void | ||
setAppVersionInfoFile ( String _url ) : void | ||
setPollTime ( System.Int64 _seconds ) : void |
Method | Description | |
---|---|---|
checkForUpdateThread ( ) : void | ||
getAppVersionInfo ( String _appVersionXMLUrl, String _appId ) : AppVersionInfo | ||
pollTimer_ElapsedSink ( object sender, System.Timers.ElapsedEventArgs e ) : void |
public checkForUpdate ( String _appId, String _currentAppVersionString ) : void | ||
_appId | String | |
_currentAppVersionString | String | |
return | void |
protected getAppVersionInfo ( String _appVersionXMLUrl, String _appId ) : AppVersionInfo | ||
_appVersionXMLUrl | String | |
_appId | String | |
return | AppVersionInfo |
protected pollTimer_ElapsedSink ( object sender, System.Timers.ElapsedEventArgs e ) : void | ||
sender | object | |
e | System.Timers.ElapsedEventArgs | |
return | void |
public setAppVersionInfoFile ( String _url ) : void | ||
_url | String | |
return | void |
public setPollTime ( System.Int64 _seconds ) : void | ||
_seconds | System.Int64 | |
return | void |
protected Version,System currentAppVersion | ||
return | System.Version |
protected String currentAppVersionString | ||
return | String |
protected Int64,System pollTimeInSeconds | ||
return | System.Int64 |