IEntityDeleteAsync Method | 
| Name | Description | |
|---|---|---|
| DeleteAsync | 
            Async variant of Delete.
            Deletes the Entity from the persistent storage. This method succeeds also when the Entity is not present.
              | |
| DeleteAsync(CancellationToken) | 
            Async variant of Delete.
            Deletes the Entity from the persistent storage. This method succeeds also when the Entity is not present.
              | |
| DeleteAsync(IPredicate) | 
            Async variant of Delete(IPredicate).
            Deletes the Entity from the persistent storage. This method succeeds also when the Entity is not present.
              | |
| DeleteAsync(IPredicate, CancellationToken) | 
            Async variant of Delete(IPredicate).
            Deletes the Entity from the persistent storage. This method succeeds also when the Entity is not present.
              |