IUpdaterService.UpdateCheck method
小于 1 分钟
IUpdaterService.UpdateCheck method
检查更新
public Task<bool> UpdateCheck(bool isInitial = false, string mirror = "")| parameter | description |
|---|---|
| isInitial | 是否为初始检查 |
| mirror | ghproxy镜像链接 |
Return Value
如果有新版本则返回true,反之为false
See Also
- interface IUpdaterService
- namespace neo_bpsys_wpf.Core.Abstractions.Services
