Dispatcher.BeginInvokeShutdown(DispatcherPriority) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Initialise de façon asynchrone l'arrêt du 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)
Paramètres
- priority
- DispatcherPriority
Priorité à laquelle l'arrêt du répartiteur doit commencer.
- Attributs
Remarques
BeginInvokeShutdown demande des autorisations d’interface utilisateur illimitées.
Lorsque commence Dispatcher à s’arrêter, l’événement ShutdownStarted est déclenché et HasShutdownStarted est défini sur true
.
Le Dispatcher ne s’arrête pas complètement tant que la file d’attente d’événements n’est pas dérouter.
Lorsque dispatcher termine l’arrêt, l’événement ShutdownFinished est déclenché et la HasShutdownFinished propriété est définie sur true
.
Une fois le processus d’arrêt commencé, tous les éléments de travail en attente dans la file d’attente sont abandonnés.