Interface IAlertValuesService
- Namespace
- adas_core.Application.Services.Interfaces
- Assembly
- adas-core.Application.dll
public interface IAlertValuesService
- Extension Methods
Methods
FindByKey(ObjectId)
Asynchronously finds a ConfigObservation identified by the specified key.
Returns null when no matching configuration observation exists.
Task<ConfigObservation?> FindByKey(ObjectId key)
Parameters
keyObjectIdThe identifier of the configuration observation to look up.
Returns
- Task<ConfigObservation>
A task that yields the matching ConfigObservation, or
nullif no record is found.