Click or drag to resize

DataObjectIntegrationManagerInitialize Method

Initializes the object

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 bool Initialize(
	IDataObjectIntegrationUploader uploader = null,
	int loopSize = 120
)

Parameters

uploader (Optional)
Type: Omada.OE.Solution.OIM.AppLogic.IntegrationIDataObjectIntegrationUploader
data object integration uploader instance
loopSize (Optional)
Type: SystemInt32
time in seconds between executions

Return Value

Type: Boolean
true if the object is initialized correctly
See Also