Property | Type | Description | |
---|---|---|---|
IsUpdating | bool | ||
UpdateTimer |
Method | Description | |
---|---|---|
CheckForUpdates ( ) : System.Threading.Tasks.Task | ||
DeploymentWatcher ( IApplicationUpdateManager deploymentUpdateManager, int updateFrequencyInSeconds ) : System | ||
Dispose ( ) : void | ||
Start ( ) : System.Threading.Tasks.Task | ||
Stop ( ) : System.Threading.Tasks.Task |
Method | Description | |
---|---|---|
OnTimer ( object sender, System.Timers.ElapsedEventArgs args ) : void |
public CheckForUpdates ( ) : System.Threading.Tasks.Task | ||
return | System.Threading.Tasks.Task |
public DeploymentWatcher ( IApplicationUpdateManager deploymentUpdateManager, int updateFrequencyInSeconds ) : System | ||
deploymentUpdateManager | IApplicationUpdateManager | |
updateFrequencyInSeconds | int | |
return | System |
public Start ( ) : System.Threading.Tasks.Task | ||
return | System.Threading.Tasks.Task |
public Stop ( ) : System.Threading.Tasks.Task | ||
return | System.Threading.Tasks.Task |