Click or drag to resize

LegacyMigrationHubMigrationLegacySystem Method

Request to start system migration

Namespace:  Omada.OE.Solution.OIM.AppLogic.SystemOnboarding.Migration.Hubs
Assembly:  Omada.OE.Solution.OIM.AppLogic (in Omada.OE.Solution.OIM.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public Task<int> MigrationLegacySystem(
	int systemId,
	MigrationConfiguration migrationConfiguration
)

Parameters

systemId
Type: SystemInt32
Id of the system to migrated
migrationConfiguration
Type: Omada.OE.Solution.OIM.AppLogic.SystemOnboarding.Migration.ModelMigrationConfiguration
Migration configuration

Return Value

Type: TaskInt32
See Also