IBackgroundWorkIndicator 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
可在后台完成工作时显示的低影响指示器。 创建者 IBackgroundWorkIndicatorService
public interface IBackgroundWorkIndicator : IDisposable
type IBackgroundWorkIndicator = interface
interface IDisposable
Public Interface IBackgroundWorkIndicator
Implements IDisposable
- 实现
属性
CancellationToken |
当 被消除时, IBackgroundWorkIndicator IsCancellationRequested 将设置为 true |
方法
AddScope(String) |
允许更新此 IBackgroundWorkIndicator 文本并报告进度。 |
SuppressAutoCancel() |
允许客户端在想要应用编辑或导航而不取消 的情况下暂时取消自动取消 IBackgroundWorkIndicator行为。 |