Method StartThread
- Namespace
- Alternet.Editor.TextSource
- Assembly
- Alternet.Editor.v9.dll
StartThread(ThreadProc, ThreadProc, ThreadProc, ThreadProc)
Executes action in thread.
public virtual void StartThread(ThreadProc action, ThreadProc start, ThreadProc end, ThreadProc stop)
Parameters
action
ThreadProcSpecifies action to execute in thread.
start
ThreadProcSpecifies action to execute when thread starts.
end
ThreadProcSpecifies action to execute when thread ends.
stop
ThreadProcSpecifies action to execute when user aborts thread execution.
StartThread(object)
protected virtual void StartThread(object obj)
Parameters
obj
object