NAME

grpc_call_arg_stack_async - Executes an RPC.

SYNOPSIS

int grpc_call_arg_stack_async(grpc_function_handle_t *handle, grpc_arg_stack_t *stack)

ARGUMENTS

grpc_function_handle_t *handle
The function handle
grpc_arg_stack_t *stack
The stack for holding the arguments to be passed to the function called by the RPC

DESCRIPTION

The grpc_call_arg_stack_async() function calls the function defined by function handle. The grpc_call_arg_stack_async() function does not wait for the execution of the called function to complete.

This function is MT-safe.

RETURN VALUE

If successful, the session ID is returned. In the case of an error, -1 is returned.

ERRORS

GRPC_NOT_INITIALIZED
The grpc_initialize() function has not been executed.
GRPC_OTHER_ERROR_CODE
Internal error detected.

last update : $Date: 2010-04-08 12:35:39 +0900 (木, 08 4月 2010) $