IBackgroundWorkIndicator 接口

定义

可在后台完成工作时显示的低影响指示器。 创建者 IBackgroundWorkIndicatorService

public interface IBackgroundWorkIndicator : IDisposable
type IBackgroundWorkIndicator = interface
    interface IDisposable
Public Interface IBackgroundWorkIndicator
Implements IDisposable
实现

属性

CancellationToken

当 被消除时, IBackgroundWorkIndicator IsCancellationRequested 将设置为 true

方法

AddScope(String)

允许更新此 IBackgroundWorkIndicator 文本并报告进度。

SuppressAutoCancel()

允许客户端在想要应用编辑或导航而不取消 的情况下暂时取消自动取消 IBackgroundWorkIndicator行为。

适用于