Table of Contents

Method DeleteItemsAsync

Namespace
Innova.Prism.Infrastructure.Interfaces
Assembly
Innova.Prism.Infrastructure.dll

DeleteItemsAsync(IEnumerable)

Deletes the specified items asynchronously.

Task DeleteItemsAsync(IEnumerable items)

Parameters

items IEnumerable

The items to be deleted.

Returns

Task

A task representing the asynchronous operation.