Share via


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.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)

Syntax

‘선언
Public Delegate Function OnIdleHandler As IEnumerable
public delegate IEnumerable OnIdleHandler()

Return Value

Type: System.Collections.IEnumerable

See Also

Reference

Microsoft.VisualStudio.Shell Namespace