set_values
Description:
[
Version ( since =
"0.13.3" ) ]
public void set_values (
List<
string> arg_names,
List<
Value?> arg_values)
Sets the specified action return values.
Parameters:
this |
A ServiceAction
|
arg_names |
A List of argument names
|
arg_values |
The List of values (as Value
s) that line up with arg_names .
|