Click or drag to resize

MigrationServiceGetPendingMigrations Method

Retrieves all mgration requests that haven't been processed yet

Namespace:  Omada.OE.Solution.OIM.AppLogic.SystemOnboarding.Migration
Assembly:  Omada.OE.Solution.OIM.AppLogic (in Omada.OE.Solution.OIM.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public IList<MigrationRequest> GetPendingMigrations(
	int customerId
)

Parameters

customerId
Type: SystemInt32

Return Value

Type: IListMigrationRequest
See Also