Click or drag to resize
LeadReplicationEngine Constructor
Initializes a new instance of the LeadReplicationEngine class.

Namespace: CMS.SalesForce
Assembly: CMS.SalesForce (in CMS.SalesForce.dll) Version: 12.0.0
Syntax
C#
public LeadReplicationEngine(
	ISalesForceClientProvider clientProvider,
	LeadReplicationContext context,
	IEventLogService eventLogService
)

Parameters

clientProvider
Type: CMS.SalesForceISalesForceClientProvider
The provider of SalesForce clients.
context
Type: CMS.SalesForceLeadReplicationContext
The lead replication context.
eventLogService
Type: CMS.CoreIEventLogService
Event log service.
See Also