Miner.System Assembly > Miner.Threading Namespace > WorkerThread Class > WorkerThread Constructor : WorkerThread Constructor(DelegatedThreadStart,String,Boolean) |
'Declaration Public Function New( _ ByVal start As DelegatedThreadStart, _ ByVal name As String, _ ByVal autoStart As Boolean _ )
'Usage Dim start As DelegatedThreadStart Dim name As String Dim autoStart As Boolean Dim instance As New WorkerThread(start, name, autoStart)
workerThread workerThread = new WorkerThread(true); /*When you are done */ workerThread.Kill();
workerThread workerThread = new WorkerThread(false); workerThread.Start(); /*When you are done */ workerThread.Kill();
Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)
Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.