Click or drag to resize

IZfeCreateConnector Method

Creates a connector object.

Namespace:  MicroFocus.ZFE.Connector
Assembly:  MicroFocus.ZFE.Connector (in MicroFocus.ZFE.Connector.dll) Version: 1.2.292.0 (1.2.292.0)
Syntax
IConnector CreateConnector(
	IZfeProperties connectorProperties
)

Parameters

connectorProperties
Type: MicroFocus.ZFE.ConnectorIZfeProperties
Connector properties.

Return Value

Type: IConnector
A new Connector instance.
Remarks
Properties used here are merged with the global properties specified in the call to Initialize(IZfeProperties). Property values in the connectorProperties object will override any existing global entries for the IConnector created by this method.
See Also