Click or drag to resize

WarehouseHelperAbortRunningImport Method

It releases the ImportLock and updates import profile status on ODW and also ES

Namespace:  Omada.OE.Solution.OIM.AppLogic.SystemOnboarding
Assembly:  Omada.OE.Solution.OIM.AppLogic (in Omada.OE.Solution.OIM.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public AbortImportResult AbortRunningImport(
	string profileId,
	Nullable<int> requestId
)

Parameters

profileId
Type: SystemString
requestId
Type: SystemNullableInt32

Return Value

Type: AbortImportResult

Implements

IImportStatusControllerAbortRunningImport(String, NullableInt32)
See Also