Click or drag to resize

QueueIdentityControllerQueue Method

Add identity queue event

Namespace:  Omada.OE.Solution.OIM.AppLogic
Assembly:  Omada.OE.Solution.OIM.AppLogic (in Omada.OE.Solution.OIM.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public virtual void Queue(
	int identityId,
	string reason,
	QueuePriority priority = QueuePriority.Medium
)

Parameters

identityId
Type: SystemInt32
reason
Type: SystemString
priority (Optional)
Type: QueuePriority
See Also