Transportdestroy Method OpenDOF Object Access Library
Destroy a transport.

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

C#
void destroy()
Remarks

Destroy a transport. This should close all connections and servers and release all resources. Any attempt to use a destroyed transport will result in undefined behavior.
See Also

Reference