SingleTaskIdleManager Constructor (OnIdleHandler^)

 

Initializes a new instance of the SingleTaskIdleManager class.

Namespace:   Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)

public:
SingleTaskIdleManager(
	OnIdleHandler^ onIdle
)

Parameters

onIdle
Type: Microsoft.VisualStudio.Shell::OnIdleHandler^

Delegate that is called at idle time.

Return to top
Show: