| 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
)
Public Shared Function StartTask (
action As ThreadStart
) As Thread
Parameters
- action
- Type: System.ThreadingThreadStart
The action to run in the created thread.
Return Value
Type:
ThreadThe new
Thread instance.
See Also