OnIdleHandler Delegate
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.
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.
public delegate System::Collections::IEnumerable ^ OnIdleHandler();
public delegate System.Collections.IEnumerable OnIdleHandler();
type OnIdleHandler = delegate of unit -> IEnumerable
Public Delegate Function OnIdleHandler() As IEnumerable
Return Value
Returns IEnumerable.