OnIdleHandler Delegate

 

A delegate used by the SingleTaskIdleManager class. When you create an instance of the SingleTaskIdleManager class, you pass in this delegate, which is then called at idle time.

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

public delegate IEnumerable OnIdleHandler()

Return Value

Type: System.Collections.IEnumerable

Returns IEnumerable.

Return to top
Show: