ComponentDispatcher.ThreadIdle Evento

Definición

Se produce cuando el subproceso está inactivo.

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 

Tipo de evento

Atributos

Comentarios

Si no hay ningún mensaje en la cola, el estado inactivo anunciado por el ThreadIdle evento es un tiempo eficaz para realizar el procesamiento.

Se aplica a

Consulte también