Click or drag to resize

LegacyMigrationHubSignalProgress Method

Send progress logs for given systemId

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 SignalProgress(
	int systemId,
	string log
)

Parameters

systemId
Type: SystemInt32
Id of migrated system
log
Type: SystemString
Progress log
See Also