Click or drag to resize
BaseIntegrationConnector.ProcessInternalTasks Method (IEnumerable<IntegrationTaskInfo>)
Processes given internal tasks one by one.

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

Parameters

tasks
Type: System.Collections.Generic.IEnumerable<IntegrationTaskInfo>
Tasks to process

Return Value

Type: String
See Also