Click or drag to resize
IActivityQueue Interface
Provides methods for storing of performed activities to the queue.

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

The IActivityQueue type exposes the following members.

Methods
  NameDescription
Public methodEnqueueActivity
Adds IActivityInfo to the end of the ActivityMemoryQueue.
Public methodGetQueuedActivities
Enumerates all items in the queue of activities.
Public methodTryDequeueActivity
Tries to remove and return IActivityInfo at the beginning of the concurrent queue.
Top
Thread Safety
Static members of this type are safe for multi-threaded operations. Instance members of this type are safe for multi-threaded operations.
See Also