WorkingThread Class

Managing of working threads in order to optimize performance and handle work termination.

Definition

Namespace: SMath.Manager
Assembly: SMath.Manager (in SMath.Manager.dll) Version: 1.2.9018.0
C#
public static class WorkingThread
Inheritance
Object    WorkingThread

Methods

Register Handle new working thread.
Unregister Remove handled working thread.
Verify Check if current working thread must be terminated. Raises an exception if required.

See Also