ISettingsUnitRepositoryCheckExistsAsync(SettingsUnitFilter, CancellationToken) - метод

Determines whether the settings unit record(s) exists that match the specified filter.

Definition

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

Параметры

filter  SettingsUnitFilter
Represents a filter used to query settings units based on various properties.
cancellationToken  CancellationToken  (Optional)
Propagates notification that operations should be canceled.

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

TaskBoolean
if a matching record(s) exists; otherwise, .

Заметки

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

См. также