Session.DeleteAsync Method
| Name | Parameters | Description |
|---|---|---|
| DeleteAsync(ICollection, CancellationToken) | objects, cancellationToken | Asynchronously deletes the specified persistent objects and their aggregated objects from the data store. |
| DeleteAsync(Object, CancellationToken) | theObject, cancellationToken | Asynchronously deletes the specified persistent object and its aggregated objects from persistent storage. |