end_action


Description:

public bool end_action (ServiceProxyAction action, ...) throws Error

Retrieves the result of action.

The out parameters in Varargs will be filled in, and if an error occurred, error will be set. In case of an UPnP error the error code will be the same in error.

Parameters:

this

A ServiceProxy

action

A ServiceProxyAction handle

...

tuples of out parameter name, out parameter type, and out parameter value location, terminated with null. The out parameter values should be freed after use

error

The location where to store any error, or null

Returns:

true on success.