Helper classes for network operations, including
pinging remote machines,
and WMI (Windows Management Instrumentation),
Classes
Class | Description | |
---|---|---|
PingWorker |
Executes a network ping on a collection of remote servers.
| |
WMIHelper |
Streamlines access to the
WMI.
| |
WMIWorker |
Executes a WMI query on a collection of remote servers.
|
Delegates
Delegate | Description | |
---|---|---|
PingWorker PingUpdater |
Delegate signature for the callback routine to process results.
| |
WMIWorker WMIUpdater |
Delegate signature for the callback routine to process results.
|
Enumerations
Enumeration | Description | |
---|---|---|
WMIHelper CustomToken |
List of available shortcuts for commonly used combinations.
|