Overload List

  NameDescription
Public methodActionThread(Action<(Of <<'(ActionThread>)>>))
Creates a new Thread which runs the given action. The thread will start running after creation.
Public methodActionThread(Action<(Of <<'(ActionThread>)>>), Boolean)
Creates a new Thread which runs the given action.

See Also