Up
ThreadedCallback

ThreadedCallback Method invoke

Invokes the method encapsulated inside this ThreadedCallback instance. You can pass up to nine parameters to the "invoke" method, and they are passed to the encapsulated method in the same order, following any parameters you specified with the "new" method. Any return value from the encapsulated method is passed back in lnkReturnParam.

The ThreadedCallback instance starts a new thread for each "invoke" message you send it.

Using Parameters
anarg1 OBJECT
anarg2 OBJECT
anarg3 OBJECT
anarg4 OBJECT
anarg5 OBJECT
anarg6 OBJECT
anarg7 OBJECT
anarg8 OBJECT
anarg9 OBJECT
anarg10notallowed OBJECT
Returning Parameter
lnkreturnparam OBJECT