Click or drag to resize

ValueGenerationControllerGenerateUniqueValue Method

Generates unique value.

Namespace:  Omada.OE.Solution.OIM.Assembly.AppLogic.ValueGeneration.Logic
Assembly:  Omada.OE.Solution.OIM.Assembly (in Omada.OE.Solution.OIM.Assembly.dll) Version: 15.0.0.0
Syntax
C#
public static Object GenerateUniqueValue(
	UniqueValueGenerationParams parameters
)

Parameters

parameters
Type: Omada.OE.Solution.OIM.Assembly.AppLogic.ValueGeneration.ModelUniqueValueGenerationParams
The parameters.

Return Value

Type: Object
The Object.
Exceptions
ExceptionCondition
RetryLimitExceededException Thrown if max number of tries is reached.
See Also