BaseIntegrationConnectorProcessInternalTasks Method (IEnumerableIntegrationTaskInfo) |
Processes given internal tasks one by one.
Namespace: CMS.SynchronizationEngineAssembly: CMS.SynchronizationEngine (in CMS.SynchronizationEngine.dll) Version: 13.0.131
Syntax protected string ProcessInternalTasks(
IEnumerable<IntegrationTaskInfo> tasks
)
Parameters
- tasks
- Type: System.Collections.GenericIEnumerableIntegrationTaskInfo
Tasks to process
Return Value
Type:
StringSee Also