this function serves as a placeholder for your derived class method wich does the actual computing
- parameter (Object)
Algorithm class designer must implement their algorithms in this function. Make sure, to
frequently check the CancelPending member of the base class, to determine if a cancellation was requested.
This method will be called in the context of the algorithm worker thread.