Dispatcher.BeginInvokeShutdown(DispatcherPriority) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
以非同步方式初始化 Dispatcher 的關閉程序。
public:
void BeginInvokeShutdown(System::Windows::Threading::DispatcherPriority priority);
[System.Security.SecurityCritical]
public void BeginInvokeShutdown (System.Windows.Threading.DispatcherPriority priority);
public void BeginInvokeShutdown (System.Windows.Threading.DispatcherPriority priority);
[<System.Security.SecurityCritical>]
member this.BeginInvokeShutdown : System.Windows.Threading.DispatcherPriority -> unit
member this.BeginInvokeShutdown : System.Windows.Threading.DispatcherPriority -> unit
Public Sub BeginInvokeShutdown (priority As DispatcherPriority)
參數
- priority
- DispatcherPriority
用來開始關閉發送器的優先權。
- 屬性
備註
BeginInvokeShutdown 要求不受限制的 UI 許可權。
Dispatcher當 開始關閉時,會 ShutdownStarted 引發 事件,並將 HasShutdownStarted 設定為 true
。
Dispatcher在事件佇列回溯之前,不會完全關閉 。
當發送器完成關閉時, ShutdownFinished 會引發 事件,並將 HasShutdownFinished 屬性設定為 true
。
關機程式開始之後,佇列中的所有暫止工作專案都會中止。