Click or drag to resize
CMSThreadStop Method
Stops the thread execution (doesn't log abort exception). In case of sync mode thread, this method only stops this and child synchronous threads. Parent threads running under same InnerThread will continue running.

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 9.0.0
Syntax
C#
public void Stop()
See Also