Adds a WMI connection request.
Namespace: CleanCode.NetAssembly: CleanCode (in CleanCode.dll) Version: 1.2.3.0 (1.2.03)
Syntax
public void AddRequest( string host, WMIHelper wmiHelper, WMIWorker..::..WMIUpdater updater )
Parameters
- host
- Type: System String
Host to connect to.
- wmiHelper
- Type: CleanCode.Net WMIHelper
The WMIHelper to handle the connection.
- updater
- Type: CleanCode.Net WMIWorker WMIUpdater
Callback to send results back to main thread.
See Also