AAO DRAMA C++ Interface (Old style)
DRAMA C++, Depreciated, don't use for new code

◆ Install()

virtual void DcppHandler::Install ( StatusType *  status,
int  threads = 1 
)
virtual

Install this handler object for the current action.

This handler will now take over reschedule events for this action. Note that DitsPutActData() is invoked and the action data overwritten.

Parameters
statusInherited status
threadsThe number of simulateous messages which will be outstanding at any one time. Normally this is left as the default (1) or set to 0. In the later case, DcppHandler::NewThread is invoked each time a new message is sent.