Click or drag to resize
AbstractIntegrationConnector Methods

The AbstractIntegrationConnector type exposes the following members.

Methods
  NameDescription
Public methodInit
Initializes the provider. Suitable for making subscriptions etc. ConnectorName has to be initialized within this method.
Public methodProcessExternalTask
Processes incoming task.
Public methodProcessExternalTasks
Repeatedly fetches incoming tasks from oldest to newest and processes them.
Public methodProcessInternalTaskAsync
Suitable for implementing asynchronous outgoing CMS object processing. Identifiers of object is already prepared to match external application.
Public methodProcessInternalTasks
Repeatedly fetches outgoing tasks from oldest to newest and processes them.
Public methodProcessInternalTaskSync
Suitable for implementing synchronous outgoing CMS object processing.
Top
See Also