Click or drag to resize
RecalculateAfterContactActionsBatchHandlerStartEvent Method (ISetInt32)
Initiates event handling.

Namespace: CMS.OnlineMarketing
Assembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 9.0.0
Syntax
C#
public RecalculateAfterContactActionsBatchHandler StartEvent(
	ISet<int> contactIDs
)

Parameters

contactIDs
Type: System.Collections.GenericISetInt32
Contacts whose score is being recalculated

Return Value

Type: RecalculateAfterContactActionsBatchHandler
Handler
See Also