The CmdRunnerMultiWorker type exposes the following members.
Back to Top
Back to Top
Constructors
Name | Description | |
---|---|---|
CmdRunnerMultiWorker |
Initializes a new instance of
the CmdRunnerMultiWorker class,
which manages multiple instances of the
CmdRunnerWorker class.
|
Methods
Name | Description | |
---|---|---|
AddCmd |
Adds a command to execute.
| |
Clear |
Clears the list of CmdRunnerWorkers to process.
| |
Equals | (Inherited from Object.) | |
Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
SetIPAddressList |
Sets the list of systems on which to execute the command.
| |
ToString | (Inherited from Object.) | |
UpdateResults |
Checks for completed tasks and processes their results.
| |
UseExternalCmd |
Determines whether the command will be processed by
an internal telnet library or an external telnet application.
|
See Also