Method Delete
Delete(Action, Action<Exception>)
Asynchronously delete data from the persistence layer.
Declaration
public void Delete(Action onDeletionCompleted = null, Action<Exception> onDeletionFailed = null)
Parameters
| Type | Name | Description |
|---|---|---|
| Action | onDeletionCompleted | Called when the deletion is completed with success. |
| Action<Exception> | onDeletionFailed | Called with a detailed exception when the deletion failed. |