jcs:execute() Function

Syntax

var $result = jcs:execute(connection, rpc)

Description

Execute a remote procedure call (RPC) within the context of a specified connection handle. Any number of RPCs may be executed within the context of the connection handle until it is closed with the jcs:close() function.

Parameters

Return Value

var $result = jcs:execute($connection, $rpc);

Related Topics