Method StartThread
StartThread(ThreadProc, ThreadProc, ThreadProc, ThreadProc, ThreadProc)
Executes action in thread.
public virtual void StartThread(ThreadProc action, ThreadProc start, ThreadProc end, ThreadProc stop = null, ThreadProc discard = null)
Parameters
actionThreadProcSpecifies action to execute in thread.
startThreadProcSpecifies action to execute when thread starts.
endThreadProcSpecifies action to execute when thread ends.
stopThreadProcSpecifies action to execute when user aborts thread execution.
discardThreadProcSpecifies action to execute to discard aborted task.