Click or drag to resize
Task Scheduler Managed Class Library

TaskCollectionGetEnumerator Method

Gets the collection enumerator for the register task collection.

Namespace:  Microsoft.Win32.TaskScheduler
Assembly:  Microsoft.Win32.TaskScheduler (in Microsoft.Win32.TaskScheduler.dll) Version: 2.10.1
Syntax
public IEnumerator<Task> GetEnumerator()
Request Example View Source

Return Value

Type: IEnumeratorTask
An IEnumerator for this collection.
See Also