CmdRunnerWorker MembersCleanCode C# Libraries v1.2.03 API

The CmdRunnerWorker type exposes the following members.
Constructors

  NameDescription
Public methodCmdRunnerWorker
Initializes a new instance of the CmdRunnerWorker class.
Back to Top
Methods

  NameDescription
Public methodCleanup
Tells the ThreadManager that this background task is complete.
(Inherited from ThreadWorker.)
Public methodCleanupDueToAbort
Tells the ThreadManager that this background task is complete due to a user-initiated abort.
(Inherited from ThreadWorker.)
Public methodOnlineEquals
Determines whether the specified OnlineObject is equal to the current OnlineObject.
(Inherited from OnlineObject.)
Protected methodOnlineFinalize
Allows an OnlineObject to attempt to free resources and perform other cleanup operations before the OnlineObject is reclaimed by garbage collection.
(Inherited from OnlineObject.)
Public methodOnlineGetHashCode
Serves as a hash function for a particular type.
(Inherited from OnlineObject.)
Public methodOnlineGetType
Gets the OnlineType of the current instance.
(Inherited from OnlineObject.)
Public methodItemCount
Returns a count of the number of systems to be handled.
(Overrides ThreadWorker ItemCount .)
Protected methodOnlineMemberwiseClone
Creates a shallow copy of the current OnlineObject.
(Inherited from OnlineObject.)
Public methodNoteAbort
Notes a user-initiated abort.
(Inherited from ThreadWorker.)
Public methodSetCmd
Sets the command to execute.
Public methodSetFields
Sets helper objects.
(Inherited from ThreadWorker.)
Public methodSetIPAddressList
Sets the list of systems on which to execute the command.
Public methodSetup
Prepares this instance for execution.
(Overrides ThreadWorker Setup .)
Public methodOnlineToString
Returns a OnlineString that represents the current OnlineObject.
(Inherited from OnlineObject.)
Public methodUpdateResults
Checks for completed tasks and processes their results.
(Overrides ThreadWorker UpdateResults .)
Public methodUseExternalCmd
Determines whether the command will be processed by an internal telnet library or an external telnet application.
Back to Top
Fields

  NameDescription
Protected fieldthreadManager
The parent ThreadManager that is running a collection of background threads.
(Inherited from ThreadWorker.)
Protected fieldtracer
The StructuredTrace used for diagnostic output.
(Inherited from ThreadWorker.)
Back to Top
Properties

  NameDescription
Public propertyThreadName
Property managing the name of the thread in which this ThreadWorker works.
(Inherited from ThreadWorker.)
Back to Top
See Also