Dispatcher.InvokeShutdown Method

Definition

Initiates the shutdown process of the Dispatcher synchronously.

public:
 void InvokeShutdown();
[System.Security.SecurityCritical]
public void InvokeShutdown ();
public void InvokeShutdown ();
[<System.Security.SecurityCritical>]
member this.InvokeShutdown : unit -> unit
member this.InvokeShutdown : unit -> unit
Public Sub InvokeShutdown ()
Attributes

Remarks

InvokeShutdown demands unrestricted UI Permissions.

When the Dispatcher starts to shut down, the ShutdownStarted event is raised and HasShutdownStarted is set to true.

The Dispatcher does not shut down completely until the event queue unwinds.

When the Dispatcher finishes shutting down, the ShutdownFinished event is raised and the HasShutdownFinished property is set to true.

Once the shutdown process begins, all pending work items in the queue are aborted.

Applies to