Table of Contents

Method DeleteItemsAsync

Namespace
Innova.Prism.Library.BaseViewModels
Assembly
Innova.Prism.Library.dll

DeleteItemsAsync(IEnumerable)

Deletes the specified items asynchronously.

public Task DeleteItemsAsync(IEnumerable items)

Parameters

items IEnumerable

The items to be deleted.

Returns

Task

A task representing the asynchronous operation.