![]() | ![]() Callback | prepareToBeSaved![]() |
Invokes the method encapsulated inside this Callback 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 Callback instance raises an exception if you pass through more than nine parameters.
anarg1 | OBJECT |
anarg2 | OBJECT |
anarg3 | OBJECT |
anarg4 | OBJECT |
anarg5 | OBJECT |
anarg6 | OBJECT |
anarg7 | OBJECT |
anarg8 | OBJECT |
anarg9 | OBJECT |
anarg10notallowed | OBJECT |
lnkreturnparam | OBJECT |