Click or drag to resize

OriginTaskIdHelperDecompose Method

Decomposes 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 bool Decompose(
	string originTaskId,
	out Guid assignmentKey,
	out operationType operation,
	out int assignmentHash,
	out string message
)

Parameters

originTaskId
Type: SystemString
The origintaskid string
assignmentKey
Type: SystemGuid
the cra key
operation
Type: Omada.OE.Solution.OIM.AppLogic.OPS.WCFoperationType
the opeartion
assignmentHash
Type: SystemInt32
assignment hash of the cra
message
Type: SystemString
the message

Return Value

Type: Boolean
True if string was decomposed, false on failure
See Also