Click or drag to resize
Task Scheduler Managed Class Library

EventQuery(String, TimeSpan, Int32) Constructor

Initializes a new instance of the EventQuery class.

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

Parameters

path  String
The path.
lastSpan  TimeSpan
The last span.
eventIDs  Int32  (Optional)
The event ids.
See Also