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