DOFSystemdestroy Method OpenDOF Object Access Library
Destroys a DOFSystem.

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

C#
public void destroy()
Remarks

Destroys a DOFSystem. This routine must be called for each system created, either directly by the application, or indirectly by calling DOF.destroy() . Any attempt to use a destroyed DOFSystem will result in undefined behavior.
See Also

Reference