Interface ITextThread
- Namespace
- Alternet.Editor.TextSource
- Assembly
- Alternet.Editor.v9.dll
Represents properties and methods allowing to execute actions in a thread.
public interface ITextThread
Methods
- StartThread(ThreadProc, ThreadProc, ThreadProc, ThreadProc)
When implemented in a class, executes action in thread.
- StopThread(ThreadProc, bool)
When implemented in a class, aborts executing action in a thread.