Cloud Connector API
version 3.5.1001.64485
API for managing and configuring the Cloud Connector
|
This is the factory class for creating Connector managers. More...
Static Public Member Functions | |
static IConnectorManager | Create () |
Creates a Connector manager. More... | |
static TInterface | CreateObject< TInterface > () |
Creates an object instance of a class that implements the interface TInterface. More... | |
This is the factory class for creating Connector managers.
|
static |
Creates a Connector manager.
|
static |
Creates an object instance of a class that implements the interface TInterface.
TInterface | Interface that the object should implement |
ServiceException | If creating an object of type TInterface is not allowed |
TInterface | : | class |