Dispatcher.BeginInvokeShutdown(DispatcherPriority) 메서드

정의

비동기적으로 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

Dispatcher 종료를 시작하는 우선 순위입니다.

특성

설명

BeginInvokeShutdown 는 무제한 UI 권한을 요구합니다.

Dispatcher 종료 ShutdownStarted 되기 시작하면 이벤트가 발생하고 HasShutdownStarted 가 로 true설정됩니다.

Dispatcher 이벤트 큐가 해제될 때까지 완전히 종료되지 않습니다.

Dispatcher 종료 ShutdownFinished 가 완료되면 이벤트가 발생하고 속성이 HasShutdownFinishedtrue설정됩니다.

종료 프로세스가 시작되면 큐의 보류 중인 모든 작업 항목이 중단됩니다.

적용 대상