get_result


Description:

public bool get_result (...) throws Error

Retrieves the result of this.

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

Parameters:

this

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.