Click or drag to resize
SalesForceReplicationTaskExecute Method
Executes SalesForce replication.

Namespace: CMS.SalesForce
Assembly: CMS.SalesForce (in CMS.SalesForce.dll) Version: 9.0.0
Syntax
C#
public string Execute(
	TaskInfo task
)

Parameters

task
Type: CMS.SchedulerTaskInfo
The task that is being executed.

Return Value

Type: String
A message if there was an error during replication; otherwise, an empty string.

Implements

ITaskExecute(TaskInfo)
See Also