Class TextSource.BackgroundThread
- Namespace
- Alternet.Editor.TextSource
- Assembly
- Alternet.Editor.v9.dll
Provides methods to manage threads executed in the background of the main control's process.
public class TextSource.BackgroundThread
- Inheritance
-
TextSource.BackgroundThread
Constructors
- BackgroundThread(TextSource)
Initializes a new instance of the TextSource.BackgroundThread class with a specified owner.
Methods
- Run()
Removes and executes the first action from the action pool.
- Start(ThreadProcsEventArgs)
Adds the specified action to the action pool and executes it in thread.
- Stop(ThreadProc, bool)
Aborts executing action in thread.