Hi all,
I am working on a custom connector & item provider for UWL. I developed the connector and registered it with UWL. It works fine but I am using only snapshot pulls so far.
I would like to use also delta pull mechanism to increase performance. I found UWL settings to configure the delta pull for a connector and set them.
My questions are:
1. is there anything special which needs to be implemented within the connector or item provider?
2. does delta pull use the IProviderConnector::getItems() method of my connector? If so, how do I know that UWL requests delta pull and not snapshot pull?
Regards,
Tomas Hansut