Click or drag to resize

AuditLogIntegrationManagerInitialize Method

Initializes the controller responsible for executing the process

Namespace:  Omada.OE.Solution.OIM.AppLogic.Integration.AuditLog
Assembly:  Omada.OE.Solution.OIM.AppLogic (in Omada.OE.Solution.OIM.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public bool Initialize(
	int loopSize = 120,
	IAuditLogIntegrationUploader uploader = null
)

Parameters

loopSize (Optional)
Type: SystemInt32
Time in seconds to wait before executions
uploader (Optional)
Type: Omada.OE.Solution.OIM.AppLogic.Integration.AuditLogIAuditLogIntegrationUploader

Return Value

Type: Boolean
See Also