.NET API Reference for Oracle Identity Connector Framework 11.1.2
E41516-01
Get a new instance of ConnectorFacade.

Namespace: Org.IdentityConnectors.Framework.Api
Assembly: Framework (in Framework.dll) Version: 1.4.0.0 (1.4.0.0)

Syntax

C#
public abstract ConnectorFacade NewInstance(
	APIConfiguration config
)

Parameters

config
Type: Org.IdentityConnectors.Framework.Api..::..APIConfiguration
all the configuration that the framework, connector, and pooling needs.

Return Value

Type: ConnectorFacade
ConnectorFacade to call API operations against.

Exceptions

ExceptionCondition
[!:ClassNotFoundException]

See Also