MCPcopy Create free account
hub / github.com/Squirrel/Squirrel.Windows / CheckForUpdate

Method CheckForUpdate

src/Squirrel/IUpdateManager.cs:46–46  ·  view source on GitHub ↗

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)

Source from the content-addressed store, hash-verified

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.

Callers 1

UpdateAppMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected