IntegrationTaskInfoProviderFetchExternalTask Method |
Fetches external task for processing.
Namespace: CMS.SynchronizationAssembly: CMS.Synchronization (in CMS.Synchronization.dll) Version: 11.0.0
Syntax public 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