[This is preliminary documentation and is subject to change.]
| Icon | Member | Description |
|---|---|---|
| Start()()() |
Starts the Thread without an initial number of milliseconds to wait.
| |
| Start(Int32) |
Start the Thread and wait an initial number of milleseconds before
executing the code that is defined in the overriden Execute method.
|