Share via


ComponentDispatcher.ThreadIdle イベント

定義

スレッドがアイドル状態のときに発生します。

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 

イベントの種類

属性

注釈

キューにメッセージがない場合、イベントによって ThreadIdle 通知されるアイドル状態は、処理を行う効率的な時間です。

適用対象

こちらもご覧ください