ComponentDispatcher.ThreadIdle Event
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Occurs when the thread is idle.
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
Event Type
- Attributes
Remarks
If there are no messages in the queue, then the idle state announced by the ThreadIdle event is an efficient time to do processing.
Applies to
See also
Werk met ons samen op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en bekijken. Raadpleeg onze gids voor inzenders voor meer informatie.