[Contents]
[Prev]
[Next]
[Index]
[Report an Error]
jcs:execute() Function
The jcs:execute() function executes an RPC within the
context of a specified connection handle. Any number of RPCs can be
executed within the context of a specified connection handle until
that connection handle is closed with the jcs:close() function.
The function syntax is as follows:
var $results = jcs:execute($connection, $rpc);
Where:
-
$results—Results of the executed RPC. This $results varable is the same as the $results variable
produced by the jcs:invoke() function.
-
$connection—Connection handle generated
by a previously executed jcs:open() function.
-
$rpc—RPC to be executed. This $rpc varable is the same as the $rpc variable produced by the jcs:invoke() function.
[Contents]
[Prev]
[Next]
[Index]
[Report an Error]