[This is preliminary documentation and is subject to change.]
Start the Thread and wait an initial number of milleseconds before
executing the code that is defined in the overriden Execute method.
| C# | Visual Basic | Visual C++ |
public void Start( int initialMillisecondsToWait )
Public Sub Start ( _ initialMillisecondsToWait As Integer _ )
public: void Start( int initialMillisecondsToWait )
- initialMillisecondsToWait (Int32)
- Number of milliseconds.
The Thread will only start when it has not already been started.