Class AppointmentAlarmBroker
Inheritance
AppointmentAlarmBroker
Assembly: SoDataBase.BusinessLogic.dll
Syntax
public class AppointmentAlarmBroker
Constructors
AppointmentAlarmBroker()
This class looks up all appointments from now, and one week into the future.
When appointments are found, it notifies the owning associates registered pocket devices with a push
notification
Declaration
public AppointmentAlarmBroker()
Properties
SilentExceptions
Declaration
public bool SilentExceptions { get; set; }
Property Value
Methods
StartAsync(CancellationToken)
Declaration
public Task StartAsync(CancellationToken cancellationToken = default)
Parameters
Returns
Extension Methods