Click or drag to resize

IZfe Interface

The ZFE Connector library object. Used to initialize the SDK and create Connector objects.

Namespace:  MicroFocus.ZFE.Connector
Assembly:  MicroFocus.ZFE.Connector (in MicroFocus.ZFE.Connector.dll) Version: 1.3.379.0 (1.3.379.0)
Syntax
public interface IZfe

The IZfe type exposes the following members.

Methods
  NameDescription
Public methodCreateConnector
Creates a connector object.
Public methodInitialize
Initializes the ZFE Connector library.
Public methodShutdown
Terminates the ZFE Connector library. This should be the last call made before an application exits. Once Shutdown is called the ZFE Connector library cannot be reinitialized and no other connectors can be created.
Top
See Also