Method StartThread
StartThread(ThreadProc, ThreadProc, ThreadProc, ThreadProc)
When implemented in a class, executes action in thread.
void StartThread(ThreadProc action, ThreadProc start, ThreadProc end, ThreadProc stop)
Parameters
action
ThreadProcSpecifies action to execute in the thread.
start
ThreadProcSpecifies action to execute in the thread.
end
ThreadProcSpecifies action to execute when the thread starts.
stop
ThreadProcSpecifies action to execute when a user aborts thread execution.