| AbstractIntegrationConnector Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: CMS.Synchronization
 Syntax
Syntaxpublic abstract class AbstractIntegrationConnector
The AbstractIntegrationConnector type exposes the following members.
 Constructors
Constructors| Name | Description | |
|---|---|---|
|  | AbstractIntegrationConnector | 
 Properties
Properties| 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.
             | 
 Methods
Methods| 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 outcoming CMS object processing. Identifiers of object is already prepared to match external application.
             | 
|  | ProcessInternalTasks | 
            Repeatedly fetches outcoming tasks from oldest to newest and processes them.
             | 
|  | ProcessInternalTaskSync | 
            Suitable for implementing synchronous outcoming CMS object processing.
             | 
 See Also
See Also