Provides access to a multi-threaded processor that executes multiple jobs in parallel.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Members
Description | ||
---|---|---|
Cancel | Cancels current executing jobs. | |
ErrorInfo | Get errors from failed execution. | |
Execute | Executes a given number of jobs in specified number of threads. | |
FailedThreadCount | Get number of threads failed. | |
ResultHandler | The result handler which, if specified, receives job results from each thread as they become available. | |
StopOnFirstError | Indicates whether execution should stop as soon as an error is encountered. | |
TotalWork | The total amount of work to be done by the processor. | |
WaitInterval | The duration (in milliseconds) that the main thread waits before continuing to poll busy worker threads for status. | |
WorkDone | The amount of work done by the processor. |
CoClasses that implement IThreadedProcessor
CoClasses and Classes | Description |
---|---|
ThreadedProcessor | A threaded processor. |