Overload List
Name | Description | |
---|---|---|
![]() | ActionThread(Action<(Of <<'(ActionThread>)>>)) |
Creates a new Thread which runs the given action.
The thread will start running after creation.
|
![]() | ActionThread(Action<(Of <<'(ActionThread>)>>), Boolean) |
Creates a new Thread which runs the given action.
|