Click or drag to resize

OriginTaskIdHelperCompose Method

Composes a origintaskid string

Namespace:  Omada.OE.Solution.OIM.AppLogic.OPS
Assembly:  Omada.OE.Solution.OIM.AppLogic (in Omada.OE.Solution.OIM.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public static string Compose(
	operationType operation,
	Guid assignmentKey,
	int assignmentHash
)

Parameters

operation
Type: Omada.OE.Solution.OIM.AppLogic.OPS.WCFoperationType
The operation
assignmentKey
Type: SystemGuid
The cra assignment key
assignmentHash
Type: SystemInt32
assignment hash of the cra

Return Value

Type: String
See Also