Click or drag to resize
IActivityQueueRecalculationProviderStore Method
Stores activity for further processing.

Namespace: CMS.OnlineMarketing.Internal
Assembly: CMS.ContactManagement (in CMS.ContactManagement.dll) Version: 11.0.0
Syntax
C#
void Store(
	IActivityInfo activity
)

Parameters

activity
Type: CMS.ActivitiesIActivityInfo
IActivityInfo of stored activity in database
Remarks
In default implementation, SQL database will be used for storing.
See Also