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.
See also
17.09.2024 15:14:40