Click or drag to resize
Task Scheduler Managed Class Library

TaskEventLogGetEnumerator Method

Returns an enumerator that iterates through the collection.

Namespace:  Microsoft.Win32.TaskScheduler
Assembly:  Microsoft.Win32.TaskScheduler (in Microsoft.Win32.TaskScheduler.dll) Version: 2.10.1
Syntax
public TaskEventEnumerator GetEnumerator(
	bool reverse
)
Request Example View Source

Parameters

reverse
Type: SystemBoolean
if set to true reverse.

Return Value

Type: TaskEventEnumerator
A TaskEventEnumerator that can be used to iterate through the collection.
See Also