The CmdRunnerWorker type exposes the following members.
Back to Top
Methods
Name | Description | |
---|---|---|
Cleanup |
Tells the ThreadManager that this
background task is complete.
(Inherited from ThreadWorker.) | |
CleanupDueToAbort |
Tells the ThreadManager that this
background task is complete due to a user-initiated abort.
(Inherited from ThreadWorker.) | |
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.) | |
ItemCount |
Returns a count of the number of systems to be handled.
(Overrides ThreadWorker ItemCount .) | |
MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
NoteAbort |
Notes a user-initiated abort.
(Inherited from ThreadWorker.) | |
SetCmd |
Sets the command to execute.
| |
SetFields |
Sets helper objects.
(Inherited from ThreadWorker.) | |
SetIPAddressList |
Sets the list of systems on which to execute the command.
| |
Setup |
Prepares this instance for execution.
(Overrides ThreadWorker Setup .) | |
ToString | (Inherited from Object.) | |
UpdateResults |
Checks for completed tasks and processes their results.
(Overrides ThreadWorker UpdateResults .) | |
UseExternalCmd |
Determines whether the command will be processed by
an internal telnet library or an external telnet application.
|
See Also