| AbstractIntegrationConnector Methods | 
The AbstractIntegrationConnector type exposes the following members.
| Name | Description | |
|---|---|---|
| Init | 
            Initializes the provider. Suitable for making subscriptions etc.
            ConnectorName has to be initialized within this method.
              | |
| ProcessExternalTask | 
            Processes incoming task.
              | |
| ProcessExternalTasks | 
            Repeatedly fetches incoming tasks from oldest to newest and processes them.
              | |
| ProcessInternalTaskAsync | 
            Suitable for implementing asynchronous outgoing CMS object processing. Identifiers of object is already prepared to match external application.
              | |
| ProcessInternalTasks | 
            Repeatedly fetches outgoing tasks from oldest to newest and processes them.
              | |
| ProcessInternalTaskSync | 
            Suitable for implementing synchronous outgoing CMS object processing.
              |