Click or drag to resize
IActivityQueueRecalculationProvider Interface
Provides methods for storing activity to queue.

Namespace: CMS.OnlineMarketing.Internal
Assembly: CMS.ContactManagement (in CMS.ContactManagement.dll) Version: 11.0.0
Syntax
C#
public interface IActivityQueueRecalculationProvider

The IActivityQueueRecalculationProvider type exposes the following members.

Methods
  NameDescription
Public methodDequeue
Returns top 10000 items from the queue and at the same time it removes them from the queue.
Public methodStore
Stores activity for further processing.
Public methodStoreRange
Stores all the activities from given activities for further processing.
Top
See Also