ISettingsUnitRepositoryCheckExistsAsync(SettingsUnitFilter, CancellationToken) - метод
Determines whether the settings unit record(s) exists that match the specified filter.
Пространство имён: Tessa.SettingsUnitsСборка: Tessa (в Tessa.dll) Версия: 4.2.1+2efecbe35c10dec386bb05925f2876c4acbb708d
Task<bool> CheckExistsAsync(
SettingsUnitFilter filter,
CancellationToken cancellationToken = default
)
Function CheckExistsAsync (
filter As SettingsUnitFilter,
Optional cancellationToken As CancellationToken = Nothing
) As Task(Of Boolean)
Task<bool>^ CheckExistsAsync(
SettingsUnitFilter^ filter,
CancellationToken cancellationToken = CancellationToken()
)
abstract CheckExistsAsync :
filter : SettingsUnitFilter *
?cancellationToken : CancellationToken
(* Defaults:
let _cancellationToken = defaultArg cancellationToken new CancellationToken()
*)
-> Task<bool>
- 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.