CmdRunnerMultiWorker MembersCleanCode C# Libraries v1.2.03 API

The CmdRunnerMultiWorker type exposes the following members.
Constructors

  NameDescription
Public methodCmdRunnerMultiWorker
Initializes a new instance of the CmdRunnerMultiWorker class, which manages multiple instances of the CmdRunnerWorker class.
Back to Top
Methods

  NameDescription
Public methodAddCmd
Adds a command to execute.
Public methodClear
Clears the list of CmdRunnerWorkers to process.
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.)
Protected methodOnlineMemberwiseClone
Creates a shallow copy of the current OnlineObject.
(Inherited from OnlineObject.)
Public methodSetIPAddressList
Sets the list of systems on which to execute the command.
Public methodOnlineToString
Returns a OnlineString that represents the current OnlineObject.
(Inherited from OnlineObject.)
Public methodUpdateResults
Checks for completed tasks and processes their results.
Public methodUseExternalCmd
Determines whether the command will be processed by an internal telnet library or an external telnet application.
Back to Top
See Also