Click or drag to resize
CMSThreadAbort Method
Aborts the thread execution. In case of sync mode thread, this method also kills all CMSThreads running under same InnerThread.

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