 | 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
Syntaxpublic EventQuery(
string path,
TimeSpan lastSpan,
int[] eventIDs = null
)
Public Sub New (
path As String,
lastSpan As TimeSpan,
Optional eventIDs As Integer() = Nothing
)
public:
EventQuery(
String^ path,
TimeSpan lastSpan,
array<int>^ eventIDs = nullptr
)
Request Example
View SourceParameters
- path
- Type: SystemString
The path. - lastSpan
- Type: SystemTimeSpan
The last span. - eventIDs (Optional)
- Type: SystemInt32
The event ids.
See Also