| 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
Syntaxpublic void SignalMigrationCompleted(
int systemId,
string result
)
Parameters
- systemId
- Type: SystemInt32
Id of migrated system - result
- Type: SystemString
Migration result
See Also