Click or drag to resize

IWmiQueryBuilderTUpdateTConfig Method

Updates the query based on the provided configuration and polling interval.

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<TConfig>(
	TConfig config,
	int interval = 2
)

Parameters

config
Type: TConfig
The configuration.
interval (Optional)
Type: SystemInt32
The polling interval.

Type Parameters

TConfig
The type of the configuration.
See Also