Click or drag to resize
Task Scheduler Managed Class Library

EventQueryCQueryCID(Int32, Int32) Constructor

Initializes a new instance of the EventQueryCQueryCID class.

Namespace: Microsoft.Win32.TaskScheduler.Events
Assembly: Microsoft.Win32.TaskSchedulerEditor (in Microsoft.Win32.TaskSchedulerEditor.dll) Version: 2.12.1
Syntax
C#
public CID(
	int idLow,
	int idHigh
)
Request Example View Source

Parameters

idLow  Int32
The identifier low.
idHigh  Int32
The identifier high.
See Also