call_action


Description:

[ Version ( since = "1.2.0" ) ]
public unowned ServiceProxyAction? call_action (ServiceProxyAction action, Cancellable? cancellable = null) throws Error

Synchronously call the action on the remote UPnP service.

Parameters:

this

A ServiceProxy

action

An action

cancellable

A Cancellable which can be used to cancel the current action call

Returns:

null on error, action if successful.