Method StartThread
- Namespace
- Alternet.Editor.TextSource
- Assembly
- Alternet.Editor.v9.dll
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 a thread.
start
ThreadProcSpecifies action to execute in a thread.
end
ThreadProcSpecifies action to execute when thread starts.
stop
ThreadProcSpecifies action to execute when a user aborts thread execution.