DOFServerdestroy Method OpenDOF Object Access Library
Destroy is used to clean up resources allocated during DOFServer creation.

Namespace: org.opendof.core.oal
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax

C#
public void destroy()
Remarks

Destroy is used to clean up resources allocated during DOFServer creation. This MUST be called when the server is no longer needed, either directly by the application, or indirectly by calling DOF.destroy() . Any attempt to use a destroyed DOFServer will result in undefined behavior.
See Also

Reference