Click or drag to resize
Task Scheduler Managed Class Library

EventQuery Constructor (String, TimeSpan, Int32)

Initializes a new instance of the EventQuery class.

Namespace:  Microsoft.Win32.TaskScheduler.Events
Assembly:  Microsoft.Win32.TaskSchedulerEditor (in Microsoft.Win32.TaskSchedulerEditor.dll) Version: 2.10.1
Syntax
public EventQuery(
	string path,
	TimeSpan lastSpan,
	int[] eventIDs = null
)
Request Example View Source

Parameters

path
Type: SystemString
The path.
lastSpan
Type: SystemTimeSpan
The last span.
eventIDs (Optional)
Type: SystemInt32
The event ids.
See Also