Table of Contents

Method UpdateList

Namespace
Innova.Rest.Client
Assembly
Innova.Rest.Client.dll

UpdateList(List<TList>, CancellationToken)

Updates a list of entities.

public Task<List<PrimaryKeys<T>>> UpdateList(List<TList> entities, CancellationToken cancellationToken = default)

Parameters

entities List<TList>

The list of entities to update.

cancellationToken CancellationToken

The cancellation token.

Returns

Task<List<PrimaryKeys<T>>>

A task that represents the asynchronous operation. The task result contains the list of primary keys of the updated entities.