IConnectorHost Interface
This interface defines the methods and properties that are exposed from the Agent for the Connectors.
Namespace:
Scribe.Core.ConnectorApi
Assembly:
Scribe.Core.ConnectorApi (in Scribe.Core.ConnectorApi.dll)
Syntax
public interface IConnectorHost
The IConnectorHost type exposes the following members.
Properties
|
Name |
Description |
---|---|---|
![]() |
This property will return whether this Agent is a cloud Agent. |
Methods
|
Name |
Description |
---|---|---|
![]() |
This method will save the updated connection properties to the database for the passed in id of the Connector. |
|
![]() |
This method will return a reference to an instance that maps to the IMetadataProvider, so that Connectors can make metadata requests against other Connectors. |
|
![]() |
This method will return the organization information to the Connector. |
See