| IntegrationTaskInfoProviderFetchExternalTask Method  | 
            Fetches external task for processing.
            
 
Namespace: CMS.SynchronizationAssembly: CMS.Synchronization (in CMS.Synchronization.dll) Version: 13.0.131
Syntaxpublic static IntegrationTaskInfo FetchExternalTask(
	int connectorId,
	int minIntegrationTaskId
)
Parameters
- connectorId
 - Type: SystemInt32
Connector identifier - minIntegrationTaskId
 - Type: SystemInt32
Task identifier to start from 
Return Value
Type: 
IntegrationTaskInfoExternal task to be processed
See Also