Click or drag to resize
RecalculateAfterContactActionsBatchHandler.StartEvent Method (ISet<Int32>)
Initiates event handling.

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

Parameters

contactIDs
Type: System.Collections.Generic.ISet<Int32>
Contacts whose score is being recalculated

Return Value

Type: RecalculateAfterContactActionsBatchHandler
Handler
See Also