Table of Contents

Method Delete

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

Delete(List<IPrimaryKey>, CancellationToken)

Deletes the entities with the specified primary keys.

public Task Delete(List<IPrimaryKey> primaryKeys, CancellationToken cancellationToken = default)

Parameters

primaryKeys List<IPrimaryKey>

The primary keys of the entities to delete.

cancellationToken CancellationToken

The cancellation token.

Returns

Task

A task that represents the asynchronous operation.