Click or drag to resize

MigrationServiceCompleteMigration Method

Validates if migration can bo completed and completes it if possible.

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 ValidationResult CompleteMigration(
	int systemId
)

Parameters

systemId
Type: SystemInt32
Id of system being migrated

Return Value

Type: ValidationResult
Result with status and reason if migration cannot be completed
See Also