JSON-RPC is a remote procedure call protocol that uses JSON to encode and marshal arguments and return types. JSON-RPC是一种远程过程调用(RPC)协议,它使用JSON对参数和返回值进行编码和编组。
Each method provides a callback object so that you are notified asynchronously when the remote procedure call is complete. 每个方法都提供了一个回调对象,这样就可以在完成远程过程调用(RPC)后收到异步通知。
This is done in the starter project in the callback handler to the remote procedure call to the server. 这是在服务器远程过程调用(RPC)的回调处理器中的starter项目中完成。
This is a remote procedure call that uses HTTP as the transport and XML as the encoding. 这是使用HTTP作为传输协议和使用XML作为编码方式的远程过程调用(RPC)。
A remote procedure call is already in progress for this thread. 此线程的远程过程调用(RPC)已在进行中。