WorkingThread Class
Managing of working threads in order to optimize performance and handle work termination.
Namespace: SMath.ManagerAssembly: SMath.Manager (in SMath.Manager.dll) Version: 1.2.9018.0
public static class WorkingThread
Public NotInheritable Class WorkingThread
public ref class WorkingThread abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
type WorkingThread = class end
- Inheritance
- Object WorkingThread
| Register |
Handle new working thread.
|
| Unregister |
Remove handled working thread.
|
| Verify |
Check if current working thread must be terminated. Raises an exception if required.
|