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