CmdRunnerMultiWorker AddCmd Method CleanCode C# Libraries v1.2.03 API
Adds a command to execute.

Namespace: CleanCode.RemoteCommands
Assembly: CleanCode.RemoteCommands (in CleanCode.RemoteCommands.dll) Version: 1.2.3.0 (1.2.03)
Syntax

public void AddCmd(
	string cmd,
	string filterRE,
	string outputFormat
)
Remarks

This method instantiates a CmdRunnerWorker to execute the given command and adds the object to the ThreadManager. (Note that for individual classes based on a single ThreadWorker, it is the user's responsibility to add it to the ThreadManager.) See SetCmd(String, String, String) for details on the arguments to this method.
See Also