Table of Contents

Method Update

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

Update(List<TList>, CancellationToken)

Updates the list of entities.

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

Parameters

entities List<TList>

The list of entities to update.

cancellationToken CancellationToken

The cancellation token.

Returns

Task

A task that represents the asynchronous operation.