Class AppointmentAlarmBroker
Namespace: SuperOffice.CRM.Notification
Assembly: SoDataBase.dll
Syntax
public class AppointmentAlarmBroker : Object
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
Type | Description |
---|---|
Boolean |
Methods
Start()
Declaration
public void Start()
Extension Methods
EnumUtil.MapEnums<From, To>(From)