| 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
Syntaxpublic 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:
IListStringList with logs
See Also