Click or drag to resize
CMSThreadStop Method
Stops the thread execution.

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 12.0.0
Syntax
C#
public void Stop()
Remarks

The thread is aborted but is not logged.

In case of mode this method only stops this and child synchronous threads.

Parent threads running under same InnerThread will continue running.

See Also