Click or drag to resize

IZfeInitialize Method

Initializes the ZFE Connector library.

Namespace:  MicroFocus.ZFE.Connector
Assembly:  MicroFocus.ZFE.Connector (in MicroFocus.ZFE.Connector.dll) Version: 1.3.379.0 (1.3.379.0)
Syntax
bool Initialize(
	IZfeProperties zfeProperties
)

Parameters

zfeProperties
Type: MicroFocus.ZFE.ConnectorIZfeProperties
Global initialization properties.

Return Value

Type: Boolean
True if initialization succeeds, false otherwise.
Remarks
Properties used here are treated as global and will be applied to all connectors created by CreateConnector(IZfeProperties).
See Also