Click or drag to resize

WmiEventWatcher Constructor

Initializes a new instance of the WmiEventWatcher class.

Namespace:  Xcalibur.WMI.Framework
Assembly:  Xcalibur.WMI.Framework (in Xcalibur.WMI.Framework.dll) Version: 3.0.0.0 (3.0.1.0)
Syntax
public WmiEventWatcher(
	ManagementScope ms,
	string query
)

Parameters

ms
Type: System.ManagementManagementScope
The management scope.
query
Type: SystemString
The query.
See Also