Click or drag to resize

DataObjectIntegrationManagerPerformIntegration Method

Executes the process of exporting data objects

Namespace:  Omada.OE.Solution.OIM.AppLogic.Integration
Assembly:  Omada.OE.Solution.OIM.AppLogic (in Omada.OE.Solution.OIM.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public static void PerformIntegration(
	IDataObjectIntegrationUploader uploader = null
)

Parameters

uploader (Optional)
Type: Omada.OE.Solution.OIM.AppLogic.IntegrationIDataObjectIntegrationUploader
data object integration uploader instance
Remarks
If the uploader is provided, integration manager will be recreated
See Also