Functiondojo.rpc.JsonService.createRequest

dojo.require("dojo.rpc.JsonService");
defined in dojo/rpc/JsonService.js

create a JSON-RPC envelope for the request

Usage

function (/*String*/ method, /*Array*/ params) (view source)
parametertypedescription
methodStringThe name of the method we are creating the requst for
paramsArrayThe array of parameters for this request;