method

call2_async

v1_9_3_125 - Show latest stable - Class: XMLRPC::Client
call2_async(method, *args)
public

No documentation available.

# File lib/xmlrpc/client.rb, line 433
    def call2_async(method, *args)
      request = create().methodCall(method, *args)
      data = do_rpc(request, true)
      parser().parseMethodResponse(data)
    end