Click or drag to resize

SurveyPostActionHandlerBaseAddIdentityToCalculationQueue Method

Adds an identity to the rope calculation queue

Namespace:  Omada.OE.Solution.OIM.Assembly.SurveyPostActions
Assembly:  Omada.OE.Solution.OIM.Assembly (in Omada.OE.Solution.OIM.Assembly.dll) Version: 15.0.0.0
Syntax
C#
protected void AddIdentityToCalculationQueue(
	Factory factory,
	int identityId
)

Parameters

factory
Type: Omada.OE.AppLogicFactory
identityId
Type: SystemInt32
Id of the identity to add to the calculation queue
See Also