Click or drag to resize

MigrationServiceGetMirationProgress Method

Gets migration logs

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 IList<string> GetMirationProgress(
	int requestId,
	Nullable<DateTime> startDateTime
)

Parameters

requestId
Type: SystemInt32
Id of the migration request
startDateTime
Type: SystemNullableDateTime
DateTime from which progress should be retrieved

Return Value

Type: IListString
List with logs
See Also