This class can be used to provide a BackgroundWorker thread with a safe Abort() capability.
More...
|
| bool | Abort () |
| | Will return true if worker thread was aborted. Will return false if there was no worker thread to abort. More...
|
| |
|
| override void | OnDoWork (DoWorkEventArgs e) |
| |
This class can be used to provide a BackgroundWorker thread with a safe Abort() capability.
| bool SafeAbortBackgroundWorker.Abort |
( |
| ) |
|
|
inline |
Will return true if worker thread was aborted. Will return false if there was no worker thread to abort.
- Returns
| override void SafeAbortBackgroundWorker.OnDoWork |
( |
DoWorkEventArgs |
e | ) |
|
|
inlineprotected |
The documentation for this class was generated from the following file: