ISettingsUnitRepositoryDeleteBulkAsync - метод

Permanently deletes a settings unit records by their unique identifiers.

Definition

Пространство имён: Tessa.SettingsUnits
Сборка: Tessa (в Tessa.dll) Версия: 4.2.2+a8f0dd3c063817b2e3f05a923303d808e447c338
C#
Task<List<Guid>> 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.

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

TaskListGuid
Collection of deleted settings unit records.

Заметки

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

См. также