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

Namespace: CleanCode.Net
Assembly: CleanCode (in CleanCode.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