Cloud Connector API version 3.8.7000.64800
API for managing and configuring the Cloud Connector
Loading...
Searching...
No Matches
ConnectorManagerFactory Class Reference

This is the factory class for creating Connector managers. More...

Static Public Member Functions

static IConnectorManager Create ()
 Creates a Connector manager.
 
static TInterface CreateObject< TInterface > ()
 Creates an object instance of a class that implements the interface TInterface.
 

Detailed Description

This is the factory class for creating Connector managers.

Member Function Documentation

◆ Create()

static IConnectorManager Create ( )
static

Creates a Connector manager.

Returns
An IConnectorManager interface for managing the Connector Service

◆ CreateObject< TInterface >()

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: