Click or drag to resize
IntegrationTaskInfoProvider.FetchInternalTask Method
Fetches internal task for processing.

Namespace: CMS.Synchronization
Assembly: CMS.Synchronization (in CMS.Synchronization.dll) Version: 11.0.0
Syntax
C#
public static IntegrationTaskInfo FetchInternalTask(
	int connectorId,
	int minIntegrationTaskId
)

Parameters

connectorId
Type: System.Int32
Connector identifier
minIntegrationTaskId
Type: System.Int32
Task identifier to start from

Return Value

Type: IntegrationTaskInfo
Internal task to be processed
See Also