Tests whether is necessary to abort the thread.

Namespace:  SGP.XUtility
Assembly:  SGP.XUtility (in SGP.XUtility.dll)
Version: 1.2.3019.18718

Syntax

C#
[EditorBrowsableAttribute(EditorBrowsableState.Advanced)]
void CheckAbort()

Remarks

If is necessary to terminate the thread, this method terminates the thread by throwing an exception. This method is suppose to abort the thread on the specified places.

See Also