Table of Contents

Method Update

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

Update(List<TList>, CancellationToken)

Updates the list of entities.

Task Update(List<TList> entity, CancellationToken cancellationToken = default)

Parameters

entity List<TList>

The list of entities to update.

cancellationToken CancellationToken

The cancellation token.

Returns

Task

A task representing the asynchronous operation.