AbstractIntegrationConnector Class |
Namespace: CMS.Synchronization
public abstract class AbstractIntegrationConnector
The AbstractIntegrationConnector type exposes the following members.
Name | Description | |
---|---|---|
AbstractIntegrationConnector |
Name | Description | |
---|---|---|
ConnectorEnabled |
Gets a value that indicates if the connector is enabled.
| |
ConnectorID |
Gets integration connector identifier.
| |
ConnectorInfo |
Gets integration connector info object.
| |
ConnectorName |
Name of the connector.
|
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.
|