DVTk API
Start Method (initialMillisecondsToWait)
DVTkDvtkHighLevelInterface.Common.ThreadsThreadStart(Int32)
DVTk API

[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.
Declaration Syntax
C#Visual BasicVisual C++
public void Start(
	int initialMillisecondsToWait
)
Public Sub Start ( _
	initialMillisecondsToWait As Integer _
)
public:
void Start(
	int initialMillisecondsToWait
)
Parameters
initialMillisecondsToWait (Int32)
Number of milliseconds.
Remarks
The Thread will only start when it has not already been started.

Assembly: DvtkHighLevelInterface (Module: DvtkHighLevelInterface) Version: 0.0.0.0