Click or drag to resize

LegacyMigrationHubSignalMigrationCompleted Method

Send notification that migration for given systemId was completed

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 void SignalMigrationCompleted(
	int systemId,
	string result
)

Parameters

systemId
Type: SystemInt32
Id of migrated system
result
Type: SystemString
Migration result
See Also