NAME
grpc_call_arg_stack_async_with_attr_np
- Executes an RPC.
SYNOPSIS
int grpc_call_arg_stack_async_with_attr_np(grpc_function_handle_t *handle,
grpc_session_attr_t_np *session_attr,
grpc_arg_stack_t *stack)
ARGUMENTS
grpc_function_handle_t *handle
- The function handle
grpc_session_attr_t_np *session_attr
- The attributes of the session
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_with_attr_np() function calls the function defined by function handle.
The grpc_call_arg_stack_with_attr_np() 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: 2005/07/11 07:11:24 $