Fetch the remote store for updates and compare against the current version to determine what updates to download. Indicates whether the UpdateManager is used in a Install or Update scenario. Set this flag if applying a release fails to fall back to a full release, which takes longer to download but is less error-
(bool ignoreDeltaUpdates = false, Action<int> progress = null, UpdaterIntention intention = UpdaterIntention.Update)
| 44 | /// <returns>An UpdateInfo object representing the updates to install. |
| 45 | /// </returns> |
| 46 | Task<UpdateInfo> CheckForUpdate(bool ignoreDeltaUpdates = false, Action<int> progress = null, UpdaterIntention intention = UpdaterIntention.Update); |
| 47 | |
| 48 | /// <summary> |
| 49 | /// Download a list of releases into the local package directory. |