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

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

Parameters

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