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

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

Parameters

connectorId
Type: SystemInt32
Connector identifier
minIntegrationTaskId
Type: SystemInt32
Task identifier to start from

Return Value

Type: IntegrationTaskInfo
Internal task to be processed
See Also