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
)
Sub Update(Of TConfig) (
config As TConfig,
Optional interval As Integer = 2
)
generic<typename TConfig>
void Update(
TConfig config,
int interval = 2
)
abstract Update :
config : 'TConfig *
?interval : int
(* Defaults:
let _interval = defaultArg interval 2
*)
-> unit
Parameters
- config
- Type: TConfig
The configuration. - interval (Optional)
- Type: SystemInt32
The polling interval.
Type Parameters
- TConfig
- The type of the configuration.
See Also