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.73.9126.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 whether the current working thread should be terminated. Throws an exception if that is required.
If AbortRequested flag is present in the result then the caller code
must perform termination of the thread. This never happens when allowException
is true because in that case an exception is thrown by this method.
|