WUApiLib s Search/Download/Update 's Async Method Extension.
- Nuget package: WUApiLib.Extensions
- Nuget package: WUApiLib.Extensions.Async
- Nuget package: WUApiLib.Utility
- IEnumerable<IUpdate>.ToUpdateCollection()
- IEnumerable<IUpdate>.AddBundle()
- Task<IDownloadResult> IUpdateDownloader.DownloadAsync(CancellationToken = default)
- Task<IDownloadResult> IUpdateDownloader.DownloadAsync(Action<IDownloadProgress>, CancellationToken = default)
- Task<IInstallationResult> IUpdateInstaller.InstallAsync(CancellationToken = default)
- Task<IInstallationResult> IUpdateInstaller.InstallAsync(Action<IInstallationProgress>, CancellationToken = default)
- Task<IInstallationResult> IUpdateInstaller.UninstallAsync(CancellationToken = default)
- Task<IInstallationResult> IUpdateInstaller.UninstallAsync(Action<IInstallationProgress>, CancellationToken = default)
- Task<ISearchResult> IUpdateSearcher.SearchAsync(CancellationToken = default)
- Task<ISearchResult> IUpdateSearcher.SearchAsync(string, CancellationToken = default)
- WUApiLib.Utility.HResult COMException.GetWindowsUpdateHResult()
WUApiLib 's Success and ErrorCode