Click or drag to resize

IWmiModelBaseTDataUpdateTConfig Method (TConfig, Int32)

Updates the specified configuration.

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 = null,
	int interval = 2
)

Parameters

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

Type Parameters

TConfig
The type of the configuration.
See Also