Skip to main content

UpdateManager.CheckForUpdatesAsync Method

Declaring Type: UpdateManager
Namespace: Velopack
Assembly: Velopack
Assembly Version: 0.0.626+6f1a94e

Checks for updates, returning null if there are none available. If there are updates available, this method will return an UpdateInfo object containing the latest available release, and any delta updates that can be applied if they are available.

[AsyncStateMachine(Velopack.UpdateManager/<CheckForUpdatesAsync>d__34)]
public Task<UpdateInfo> CheckForUpdatesAsync();

Returns

Task<UpdateInfo>

Null if no updates, otherwise UpdateInfo containing the version of the latest update available.


Documentation generated by MdDocs