IWmiEventWatcherUpdate Method |
Updates the specified query.
Namespace:
Xcalibur.WMI.Framework
Assembly:
Xcalibur.WMI.Framework (in Xcalibur.WMI.Framework.dll) Version: 3.0.0.0 (3.0.1.0)
Syntax void Update(
string query
)
Sub Update (
query As String
)
void Update(
String^ query
)
abstract Update :
query : string -> unit
Parameters
- query
- Type: SystemString
The query.
See Also