Task Scheduler Managed Class Library
Task Scheduler Managed Class Library
Task Scheduler Managed Class Library Overview
Microsoft.Win32.TaskScheduler.Events
EventQuery.CQuery.CID Class
EventQuery.CQuery.CID Constructor
EventQuery.CQuery.CID(Int32) Constructor
EventQuery.CQuery.CID(Int32, Int32) Constructor
Event
Query
CQuery
CID(Int
32, Int
32) Constructor
Initializes a new instance of the
EventQuery
CQuery
CID
class.
Namespace:
Microsoft.Win32.TaskScheduler.Events
Assembly:
Microsoft.Win32.TaskSchedulerEditor (in Microsoft.Win32.TaskSchedulerEditor.dll) Version: 2.12.1
Syntax
C#
Copy
public
CID
(
int
idLow
,
int
idHigh
)
Request Example
View Source
Parameters
idLow
Int32
The identifier low.
idHigh
Int32
The identifier high.
See Also
Reference
EventQuery
CQuery
CID Class
EventQuery
CQuery
CID Overload
Microsoft.Win32.TaskScheduler.Events Namespace
© 2024 GitHub Community. All rights reserved.