Click or drag to resize
IActivityQueueRecalculationProviderDequeue Method
Returns top 10000 items from the queue and at the same time it removes them from the queue.

Namespace: CMS.OnlineMarketing.Internal
Assembly: CMS.ContactManagement (in CMS.ContactManagement.dll) Version: 11.0.0
Syntax
C#
IList<IActivityInfo> Dequeue()

Return Value

Type: IListIActivityInfo
See Also