Method DeleteItemsAsync
- Namespace
 - Innova.Prism.Infrastructure.Interfaces
 
- Assembly
 - Innova.Prism.Infrastructure.dll
 
DeleteItemsAsync(IEnumerable)
Deletes the specified items asynchronously.
Task DeleteItemsAsync(IEnumerable items)
Parameters
itemsIEnumerableThe items to be deleted.
Returns
- Task
 A task representing the asynchronous operation.