SalesForceReplicationTaskExecute Method |
Executes SalesForce replication.
Namespace: CMS.SalesForceAssembly: CMS.SalesForce (in CMS.SalesForce.dll) Version: 9.0.0
Syntax public string Execute(
TaskInfo task
)
Parameters
- task
- Type: CMS.SchedulerTaskInfo
The task that is being executed.
Return Value
Type:
StringA message if there was an error during replication; otherwise, an empty string.
Implements
ITaskExecute(TaskInfo)See Also