Click or drag to resize
CMSThreadAbort Method
Raises a ThreadAbortException in the thread on which it is invoked, to begin the process of terminating the thread. Calling this method usually terminates the thread.

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 12.0.0
Syntax
C#
public void Abort()
Remarks
In case of Sync this method also kills all CMSThreads running within the same thread.
See Also