delete_sync
Description:
[ Version ( since = "1.18" ) ]
public bool delete_sync (@3gppProfile profile, Cancellable? cancellable = null) throws Error
public bool delete_sync (@3gppProfile profile, Cancellable? cancellable = null) throws Error
Synchronously deletes the connection profile.
The profile
should have at least the profile ID set for the delete operation to succeed.
The calling thread is blocked until a reply is received. See @delete for the asynchronous version of this method.
Parameters:
this | |
profile |
A @3gppProfile. |
cancellable |
A Cancellable or |
Returns:
|