Method InsertItemAsync
- Namespace
- Innova.Prism.Infrastructure.Interfaces
- Assembly
- Innova.Prism.Infrastructure.dll
InsertItemAsync(TResult)
Inserts the specified item asynchronously.
Task InsertItemAsync(TResult item)
Parameters
item
TResultThe item to be inserted.
Returns
- Task
A task representing the asynchronous operation.