Table of Contents

Method Delete

Namespace
Innova.Prism.Library.Services
Assembly
Innova.Prism.Library.dll

Delete(List<IEntityWithKey<T>>, bool, CancellationToken)

Deletes the specified entities.

Task<bool> Delete(List<IEntityWithKey<T>> entities, bool navigateBack = false, CancellationToken cancellationToken = default)

Parameters

entities List<IEntityWithKey<T>>

The entities to delete.

navigateBack bool

Indicates whether to navigate back after deletion.

cancellationToken CancellationToken

The cancellation token.

Returns

Task<bool>

A task representing the asynchronous operation.