The CmdRunnerWorker type exposes the following members.
Back to Top
Back to Top
Back to Top
Back to Top
Constructors
| Name | Description | |
|---|---|---|
| CmdRunnerWorker |
Initializes a new instance of
the CmdRunnerWorker class.
|
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.) | |
| (Inherited from | ||
Allows an (Inherited from | ||
Serves as a hash function for a particular type.
(Inherited from | ||
Gets the (Inherited from | ||
| ItemCount |
Returns a count of the number of systems to be handled.
(Overrides ThreadWorker ItemCount .) | |
Creates a shallow copy of the current (Inherited from | ||
| 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 .) | |
| (Inherited from | ||
| 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.
|
Fields
| Name | Description | |
|---|---|---|
| threadManager |
The parent ThreadManager that is running a collection
of background threads.
(Inherited from ThreadWorker.) | |
| tracer |
The StructuredTrace used for diagnostic output.
(Inherited from ThreadWorker.) |
Properties
| Name | Description | |
|---|---|---|
| ThreadName |
Property managing the name of the thread in
which this ThreadWorker works.
(Inherited from ThreadWorker.) |
See Also