CmdRunnerWorker Setup Method CleanCode C# Libraries v1.2.03 API
Prepares this instance for execution.

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

public override Thread Setup()

Return Value

Thread created
Remarks

Prepares for execution, creating (but not starting) the thread with a specified entry point. This method should not be called in user code; it is called by the ThreadManager when its Add(ThreadWorker)method is invoked.
See Also