ArcObjects Library Reference (DataSourcesRaster)  

IThreadedProcessor Interface

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
Method Cancel Cancels current executing jobs.
Read-only property ErrorInfo Get errors from failed execution.
Method Execute Executes a given number of jobs in specified number of threads.
Read-only property FailedThreadCount Get number of threads failed.
Read/write property ResultHandler The result handler which, if specified, receives job results from each thread as they become available.
Read/write property StopOnFirstError Indicates whether execution should stop as soon as an error is encountered.
Read/write property TotalWork The total amount of work to be done by the processor.
Read/write property WaitInterval The duration (in milliseconds) that the main thread waits before continuing to poll busy worker threads for status.
Read/write property WorkDone The amount of work done by the processor.