Click or drag to resize
IOffPeakService Interface
Interface for deciding when in the day is off peak time, meaning when is the best to run tasks with bigger load.

Namespace: CMS.ContactManagement
Assembly: CMS.ContactManagement (in CMS.ContactManagement.dll) Version: 10.0.0
Syntax
C#
public interface IOffPeakService

The IOffPeakService type exposes the following members.

Methods
  NameDescription
Public methodGetNextOffPeakPeriodStart
Returns the exact DateTime of next off-peak period.
Public methodIsOffPeak
Checks whether given DateTime is in off-peak period.
Top
See Also