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.12.0
Syntax
C#
public IEnumerator<Task> GetEnumerator()
Request Example View Source

Return Value

IEnumeratorTask
An IEnumerator for this collection.
See Also