Click or drag to resize

SendDataObjectsToOdwForHorizonOrgUnitRootPostponeExecution Method

This method can be used to decide if the update action should be executed. E.g. check for the existence of a specific featurepackage change which the update action relies on.

Namespace:  Omada.OE.Solution.OIM.AppLogic.UpdateActions
Assembly:  Omada.OE.Solution.OIM.AppLogic (in Omada.OE.Solution.OIM.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public override bool PostponeExecution(
	UpdateActionArgs updateActionArgs
)

Parameters

updateActionArgs
Type: Omada.OE.AppLogic.ModelUpdateActionArgs

Return Value

Type: Boolean
Return true if the conditions for executing the update action hasn't been fulfilled

Implements

ISystemUpdateActionPostponeExecution(UpdateActionArgs)
See Also