| ContactInfoProviderUpdateLeadReplicationStatusInternal Method | 
            Updates the specified contact in database with information related to Salesforce lead replication.
            
 
Namespace: CMS.ContactManagementAssembly: CMS.ContactManagement (in CMS.ContactManagement.dll) Version: 13.0.131
 Syntax
Syntaxprotected virtual void UpdateLeadReplicationStatusInternal(
	ContactInfo contact,
	DateTime lastLeadReplicationDateTime
)
Parameters
- contact
- Type: CMS.ContactManagementContactInfo
 The contact to update.
- lastLeadReplicationDateTime
- Type: SystemDateTime
 The date and time of contact's last successful replication.
 See Also
See Also