NAME
grpc_invoke_arg_stack_async_np - Executes an RPC.
SYNOPSIS
  int grpc_invoke_arg_stack_async_np(grpc_object_handle_t_np *handle,
                                     char *method_name,
                                     grpc_arg_stack_t *stack)
ARGUMENTS
  grpc_object_handle_t_np *handle 
- 	The object handle
 
  char *method_name 
- 	The method name
 
  grpc_arg_stack_t *stack 
- 	The stack for storing arguments to be passed to the function called in the RPC 
 
DESCRIPTION
  The grpc_invoke_arg_stack_async_np() function calls the method defined by the object handle.
  The grpc_invoke_arg_stack_async_np() function does not wait for the called method to complete 
execution.
 This function is MT-safe. 
RETURN VALUE
  If successful, the session ID is returned. In the event 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 $