EventQuery(String, TimeSpan, Int32) Constructor

Initializes a new instance of the EventQuery class.

Definition

Namespace: Microsoft.Win32.TaskScheduler.Events
Assembly: Microsoft.Win32.TaskSchedulerEditor (in Microsoft.Win32.TaskSchedulerEditor.dll) Version: 2.11.0
public EventQuery(
	string path,
	TimeSpan lastSpan,
	int[] eventIDs = null
)

Parameters

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

See Also