Dispatcher.HasShutdownFinished 属性

定义

确定 Dispatcher 是否已经完成关闭。

public:
 property bool HasShutdownFinished { bool get(); };
public bool HasShutdownFinished { get; }
member this.HasShutdownFinished : bool
Public ReadOnly Property HasShutdownFinished As Boolean

属性值

如果调度程序已经完成关闭,则为 true;否则为 false

注解

Dispatcher当 开始关闭时,将ShutdownStarted引发 事件并将其HasShutdownStarted设置为 true

Dispatcher 事件队列展开之前,不会完全关闭 。

调度程序完成关闭后,将 ShutdownFinished 引发 事件, HasShutdownFinished 并将 属性设置为 true

关闭过程开始后,队列中所有挂起的工作项都会中止。

适用于