IZfeCreateConnector Method |
Creates a connector object.
Namespace:
MicroFocus.ZFE.Connector
Assembly:
MicroFocus.ZFE.Connector (in MicroFocus.ZFE.Connector.dll) Version: 2.1.1566.0 (2.1.1566.0)
Syntax IConnector CreateConnector(
IZfeProperties connectorProperties
)
Function CreateConnector (
connectorProperties As IZfeProperties
) As IConnector
Parameters
- connectorProperties
- Type: MicroFocus.ZFE.ConnectorIZfeProperties
Connector properties.
Return Value
Type:
IConnectorA 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