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