The following tables list the members exposed by WaitAndContinueWorker.
Name | Description | |
---|---|---|
WaitAndContinueWorker Constructor | Constructs a thread to process IWaitAndContinue work items |
Name | Description | |
---|---|---|
Abort | Terminates all work by aborting the worker thread even if work is in progress | |
AddWork | Overloaded. Adds a unit of work to the list | |
Complete | Exits the worker thread and, if complete is true, waits for the remaining tasks to complete | |
Dispose | Disposes of the worker thread and all pending work |
Name | Description | |
---|---|---|
OnError | Raised when an uncaught exception is thrown while processing the work queue |