delete_sync


Description:

[ Version ( since = "1.18" ) ]
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

A Modem3gppProfileManager.

profile

A @3gppProfile.

cancellable

A Cancellable or null.

Returns:

true if the operation was successful, false if error is set.