| MigrationServiceGetRunningMigration Method |
Gets configuration and all logs for not finished migration for given system id
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 RunningMigration GetRunningMigration(
int systemId
)
Parameters
- systemId
- Type: SystemInt32
Id of system to get migration for
Return Value
Type:
RunningMigration
See Also