IUpdaterService interface
小于 1 分钟
IUpdaterService interface
更新服务接口
public interface IUpdaterServiceMembers
| name | description |
|---|---|
| DownloadBytesPerSecond | 当前下载速度(字节/秒)。 |
| Downloader | 下载器对象 |
| DownloadProgress | 当前下载进度(0-100)。 |
| IsDownloadFinished | 最近一次下载是否已成功完成。 |
| IsDownloading | 当前是否正在下载更新。 |
| IsFindPreRelease | 是否寻找预览版 |
| NewVersion | 最新版本号 |
| NewVersionInfo | 最新版本信息 |
| event DownloadStateChanged | 下载状态变化事件。 |
| event NewVersionInfoChanged | 新版本信息变化事件 |
| CancelDownload() | 取消当前更新下载。 |
| DownloadUpdate(…) | 检查更新 |
| InstallUpdate() | 安装更新 |
| UpdateCheck(…) | 检查更新 |
See Also
- namespace neo_bpsys_wpf.Core.Abstractions.Services
