[C++]
class CXllPushApp
This class is now deprecated, and has been replaced by a mixed push/pull model implemented in VBA.
It is included for the benefit of code written with earlier versions (4.2.5 and below) of XLL+.
The CXllPushApp class is a specialised sub-class of CXllApp. It provides all of the infrastructure for a multi-threaded add-in which can asynchronously update formula cells. Typical uses of this functionality are:
A class that is descended from CXllPushApp must implement the virtual function ProcessAsyncMessage().
Data that is passed between threads in a push application should be contained in CXllMtMsg objects. Each implementation class should define a class descended from CXllMtMsg and enbed all the required data within it.
For more information, see Create a new class descended from CXllMtMsg in the User Guide.
A class descended from CXllPushApp() must implement at least the following:
For more information, see Steps to create an asynchronous add-in in the User Guide.
Header: xlppush.h