Click or drag to resize

ImportProfileV15CheckForPotentiallyStaleImport Method

Checks if a running import for an import profile might be stale If the running import is suspected to be stale will the OIP_POTENTIALLYSTALE property on the import profile be set to true This can be utilized to send notifications to relevant users Note: The CM can only be used for cloud environments on the Horizons platform Note: If the OIP_POTENTIALLYSTALE flag is already set, will no change event be triggered

Namespace:  Omada.OE.Solution.OIM.Assembly
Assembly:  Omada.OE.Solution.OIM.Assembly (in Omada.OE.Solution.OIM.Assembly.dll) Version: 15.0.0.0
Syntax
C#
public void CheckForPotentiallyStaleImport(
	CodeMethodInvokeContext context,
	string importProfileGuidStr,
	int staleThresholdInMinutes
)

Parameters

context
Type: Omada.OE.ModelCodeMethodInvokeContext
An invoke context object.
importProfileGuidStr
Type: SystemString
Data object uid for the import profile to check
staleThresholdInMinutes
Type: SystemInt32
Threshold in minutes. The threshold is measured against the average of earlier imports for the profile
See Also