Dispatcher.ShutdownFinished 事件

定义

Dispatcher 完成关闭时发生。

public:
 event EventHandler ^ ShutdownFinished;
public event EventHandler ShutdownFinished;
member this.ShutdownFinished : EventHandler 
Public Custom Event ShutdownFinished As EventHandler 
Public Event ShutdownFinished As EventHandler 

事件类型

注解

启动 的 Dispatcher 关闭过程时,将 ShutdownStarted 引发 事件并将其 HasShutdownStarted 设置为 true

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

当 Dispatcher 完成关闭时,将 ShutdownFinished 引发 事件, HasShutdownFinished 并将 属性设置为 true

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

适用于

另请参阅