| 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
Syntaxpublic ValidationResult CompleteMigration(
int systemId
)
Parameters
- systemId
- Type: SystemInt32
Id of system being migrated
Return Value
Type:
ValidationResultResult with status and reason if migration cannot be completed
See Also