SettingsUnitRepositoryDeleteBulkAsync - метод

Permanently deletes a settings unit records by their unique identifiers.

Definition

Пространство имён: Tessa.SettingsUnits
Сборка: Tessa (в Tessa.dll) Версия: 4.2.1+2efecbe35c10dec386bb05925f2876c4acbb708d
C#
public Task DeleteBulkAsync(
	IReadOnlyCollection<Guid> ids,
	CancellationToken cancellationToken = default
)

Параметры

ids  IReadOnlyCollectionGuid
Collection of the unique identifiers for the settings units to delete.
cancellationToken  CancellationToken  (Optional)
Propagates notification that operations should be canceled.

Возвращаемое значение

Task
Represents an asynchronous operation.

Реализации

ISettingsUnitRepositoryDeleteBulkAsync(IReadOnlyCollectionGuid, CancellationToken)

Заметки

This method does not perform a permissions check. The caller is responsible for ensuring appropriate access.

См. также