Click or drag to resize

AsyncManagerStartTask Method

Create a new thread with the given ThreadStart and start it immediately.

Namespace:  Mastersign.Bench
Assembly:  BenchLib (in BenchLib.dll) Version: 0.22.0.0 (0.22.0.0)
Syntax
public static Thread StartTask(
	ThreadStart action
)

Parameters

action
Type: System.ThreadingThreadStart
The action to run in the created thread.

Return Value

Type: Thread
The new Thread instance.
See Also