Implement Other Actions

So far this document has focused on implementing the synchronize fetch action, but a connector can implement other fetch actions in addition to, or instead of, synchronize. We have already seen how to implement synchronize by overriding the Synchronize method in ConnectorBase. ConnectorBase also has virtual methods for the other fetch actions. To implement any fetch action, override the appropriate method in ConnectorBase.