Prepares this instance for execution.
Namespace: CleanCode.RemoteCommandsAssembly: CleanCode.RemoteCommands (in CleanCode.RemoteCommands.dll) Version: 1.2.3.0 (1.2.03)
public override Thread Setup()
public override Thread Setup()
Public Overrides Function Setup As Thread
Public Overrides Function Setup As Thread
public:
virtual Thread^ Setup() override
public:
virtual Thread^ Setup() override
Return Value
Thread created
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.