Chapter Contents

Previous

Next
_beginMethod

_beginMethod



Begins defining method to invoke on remote instance.


Syntax

Syntax

CALL SEND(robjInst, '_beginMethod', method_name, rc);

Where... Is type... And represents...
method_name C name of method to invoke
rc N return code

_beginMethod
is invoked on an instance of the ROBJECT class to begin defining a method. This merely begins the definition stage of the method to invoke on the remote instance that is created by the _createRemoteInstance method.

method_name
is the name of the method to begin defining. Again, method_name is not actually invoked on the remote instance until _invokeMethod is executed; this is merely the definition phase.

rc
is a return code that indicates success or failure. A value of zero indicates success. A non-zero value indicates failure.


Chapter Contents

Previous

Next

Top of Page

Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.