delete_call_sync
Description:
[ Version ( since = "1.6" ) ]
public bool delete_call_sync (string call, Cancellable? cancellable = null) throws Error
public bool delete_call_sync (string call, Cancellable? cancellable = null) throws Error
Synchronously deletes a given Call from the modem.
The calling thread is blocked until a reply is received. See delete_call for the asynchronous version of this method.
Parameters:
| this |
A ModemVoice. |
| call |
Path of the Call to delete. |
| cancellable |
A Cancellable or |
Returns:
|
|