Click or drag to resize

MigrationServiceStoreMigrationRequest Method

Stores migration request in database to be processed by Timer Service

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 int StoreMigrationRequest(
	int systemId,
	int customerId,
	MigrationConfiguration migrationConfiguration
)

Parameters

systemId
Type: SystemInt32
Id of system to be migrated
customerId
Type: SystemInt32
Customer Id
migrationConfiguration
Type: Omada.OE.Solution.OIM.AppLogic.SystemOnboarding.Migration.ModelMigrationConfiguration
Migration configuraiton

Return Value

Type: Int32
See Also