ComponentDispatcher.ThreadIdle Événement

Définition

Se produit lorsque le thread est inactif.

public:
 static event EventHandler ^ ThreadIdle;
[add: System.Security.SecurityCritical]
[remove: System.Security.SecurityCritical]
public static event EventHandler ThreadIdle;
public static event EventHandler ThreadIdle;
[<add: System.Security.SecurityCritical>]
[<remove: System.Security.SecurityCritical>]
member this.ThreadIdle : EventHandler 
member this.ThreadIdle : EventHandler 
Public Shared Custom Event ThreadIdle As EventHandler 

Type d'événement

Attributs

Remarques

S’il n’y a aucun message dans la file d’attente, l’état d’inactivité annoncé par l’événement ThreadIdle est un moment efficace pour effectuer le traitement.

S’applique à

Voir aussi