Click or drag to resize

WmiQueryBuilderT Constructor

Namespace:  Xcalibur.WMI.Framework
Assembly:  Xcalibur.WMI.Framework (in Xcalibur.WMI.Framework.dll) Version: 3.0.0.0 (3.0.1.0)
Syntax
public WmiQueryBuilder(
	string wmiClass,
	bool isPushQuery = false,
	int interval = 0
)

Parameters

wmiClass
Type: SystemString
The WMI class.
isPushQuery (Optional)
Type: SystemBoolean
if set to true [is push query].
interval (Optional)
Type: SystemInt32
The interval.
See Also