ThreadWorker NoteAbort Method CleanCode C# Libraries v1.2.03 API
Notes a user-initiated abort.

Namespace: CleanCode.Threading
Assembly: CleanCode (in CleanCode.dll) Version: 1.2.3.0 (1.2.03)
Syntax

public void NoteAbort()
Remarks

This is only a diagnostic routine. Each of your subclasses should include this within the catch handler for a OnlineThreadAbortException.
See Also