send_action_list


Description:

public bool send_action_list (string action, List<string> in_names, List<unowned Value?> in_values, List<string> out_names, List<Type?> out_types, out List<Value*> out_values) throws Error

The synchronous variant of begin_action_list and end_action_list.

Parameters:

this

A ServiceProxy

action

An action

in_names

List of 'in' parameter names (as strings)

in_values

List of values (as Value) that line up with in_names

out_names

List of 'out' parameter names (as strings)

out_types

List of types (as Type) that line up with out_names

out_values

List of values (as Value) that line up with out_names and out_types.

error

The location where to store any error, or null

Returns:

true if sending the action was succesful.