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