Click or drag to resize
BaseIntegrationConnectorProcessInternalTasks Method (IEnumerableIntegrationTaskInfo)
Processes given internal tasks one by one.

Namespace: CMS.SynchronizationEngine
Assembly: CMS.SynchronizationEngine (in CMS.SynchronizationEngine.dll) Version: 11.0.0
Syntax
C#
protected string ProcessInternalTasks(
	IEnumerable<IntegrationTaskInfo> tasks
)

Parameters

tasks
Type: System.Collections.GenericIEnumerableIntegrationTaskInfo
Tasks to process

Return Value

Type: String
See Also