Click or drag to resize

IZfeShutdown Method

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.

Namespace:  MicroFocus.ZFE.Connector
Assembly:  MicroFocus.ZFE.Connector (in MicroFocus.ZFE.Connector.dll) Version: 1.1.30312.0 (1.1.30312.0)
Syntax
void Shutdown()
Remarks
This must be called in order to properly release resources. Failure to call Shutdown will result in an application hang on exit.
See Also