Click or drag to resize
IntegrationHelperTouchAsyncConnectors Method
Adds connectors to collection to be processed.

Namespace: CMS.Synchronization
Assembly: CMS.Synchronization (in CMS.Synchronization.dll) Version: 11.0.0
Syntax
C#
public static bool TouchAsyncConnectors(
	Dictionary<string, TaskProcessTypeEnum> connectors
)

Parameters

connectors
Type: System.Collections.GenericDictionaryString, TaskProcessTypeEnum
Connectors to process

Return Value

Type: Boolean
True if at least one connector was touched
See Also