Click or drag to resize

ProvisioningClaimControllerGetClaimMessages Method

Returns provisioning claim message

Namespace:  Omada.OE.Solution.OIM.AppLogic.RoPE
Assembly:  Omada.OE.Solution.OIM.AppLogic (in Omada.OE.Solution.OIM.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public Dictionary<Guid, string> GetClaimMessages(
	IEnumerable<Guid> assignmentKeys
)

Parameters

assignmentKeys
Type: System.Collections.GenericIEnumerableGuid

Return Value

Type: DictionaryGuid, String
Provisioning claim message
See Also