EventQuery(String, Int32, NullableDateTime, NullableDateTime) 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,
	int[] eventIDs = null,
	DateTime? startTime = null,
	DateTime? endTime = null
)

Parameters

path  String
The path.
eventIDs  Int32  (Optional)
The event ids.
startTime  NullableDateTime  (Optional)
The start time.
endTime  NullableDateTime  (Optional)
The end time.

See Also