Method UpdateItemsAsync
- Namespace
- Innova.Prism.Infrastructure.Interfaces
- Assembly
- Innova.Prism.Infrastructure.dll
UpdateItemsAsync(IEnumerable<object>)
Updates the specified items asynchronously.
Task UpdateItemsAsync(IEnumerable<object> items)
Parameters
items
IEnumerable<object>The items to be updated.
Returns
- Task
A task representing the asynchronous operation.