EventQueryCQueryCID(Int32, Int32) Constructor

Initializes a new instance of the EventQueryCQueryCID class.

Definition

Namespace: Microsoft.Win32.TaskScheduler.Events
Assembly: Microsoft.Win32.TaskSchedulerEditor (in Microsoft.Win32.TaskSchedulerEditor.dll) Version: 2.11.0
public CID(
	int idLow,
	int idHigh
)

Parameters

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

See Also