Click or drag to resize

IImportStatusControllerAbortRunningImport Method

Updates import profile status on ODW to aborted

Namespace:  Omada.OE.Model.DataImport
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
AbortImportResult AbortRunningImport(
	string profileId,
	Nullable<int> requestId
)

Parameters

profileId
Type: SystemString
requestId
Type: SystemNullableInt32

Return Value

Type: AbortImportResult
See Also