Click or drag to resize
IActivityQueueEnqueueActivity Method
Adds IActivityInfo to the end of the ActivityMemoryQueue.

Namespace: CMS.Activities
Assembly: CMS.Activities (in CMS.Activities.dll) Version: 12.0.0
Syntax
C#
void EnqueueActivity(
	IActivityInfo activity
)

Parameters

activity
Type: CMS.ActivitiesIActivityInfo
The IActivityInfo to be added to the end of the ActivityMemoryQueue.
See Also