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.73.9126.0
C#
public static class WorkingThread
Inheritance
Object    WorkingThread

Methods

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.

  Important

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.

See Also