somClassDispatch Parameter - rc
rc (boolean)
A boolean representing whether
or not the method was successfully dispatched is returned. The reason for
this is that somDispatch and somClassDispatch use the function
somApply to invoke the resolved method procedure, and somApply
requires an apply stub for successful execution. In support of old class
binaries SOM does not consider a NULL apply stub to be an error. As a result,
somApply may fail. If this happens, then false is returned; otherwise true
is returned.
[Back: somClassDispatch Parameter - args]
[Next: somClassDispatch - Parameters]