Cloud Connector API  version 3.5.1001.64485
API for managing and configuring the Cloud Connector
ConnectorManagerFactory Class Reference

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...
 

Detailed Description

This is the factory class for creating Connector managers.

Member Function Documentation

static IConnectorManager Create ( )
static

Creates a Connector manager.

Returns
An IConnectorManager interface for managing the Connector Service
static TInterface CreateObject< TInterface > ( )
static

Creates an object instance of a class that implements the interface TInterface.

Template Parameters
TInterfaceInterface that the object should implement
Returns
Newly created object
Exceptions
ServiceExceptionIf creating an object of type TInterface is not allowed
Type Constraints
TInterface :class 

The documentation for this class was generated from the following file: