IParallelProcessingCallback Interface
This is a callback interface that is used for managing the parallel processing work and reporting errors which occurred during the processing. This interface is implemented on the client-side.
Methods
Name | Description |
---|---|
OnWaitIntervalExceeded | Delivers to the client information about wait interval timeout. |
Input parameter
The SetParallelProcessingCallback method of the Engine object receives a pointer to this interface as an input parameter.
Remarks
This interface does not work if the Engine object is loaded as an out-of-process server.
See also
7/3/2024 8:50:25 AM