Udostępnij za pośrednictwem


ComponentDispatcher.ThreadIdle Zdarzenie

Definicja

Występuje, gdy wątek jest bezczynny.

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 

Typ zdarzenia

Atrybuty

Uwagi

Jeśli w kolejce nie ma komunikatów, stan bezczynności ogłoszony przez ThreadIdle zdarzenie jest efektywnym czasem przetwarzania.

Dotyczy

Zobacz też