Interface ITextThread
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 thread.