Click or drag to resize

CalculatedAssignmentVerdictControllerRevokeAssignments Method

Revokes a number of calculated assignments by creating remove-verdicts and expires all related ResourceAssignment data objects.

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 void RevokeAssignments(
	IEnumerable<Guid> assignmentKeys
)

Parameters

assignmentKeys
Type: System.Collections.GenericIEnumerableGuid
Assignment keys
See Also