DOFDomaindestroy Method OpenDOF Object Access Library
Destroys an domain.

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

C#
public void destroy()
Remarks

Destroys an domain. Each domain created must be destroyed. Destroying a domain affects future actions on that domain. For example, an existing connection in the domain may not be affected immediately, but when it attempts to rekey or obtain new permissions the connection may fail. Any attempt to use a destroyed DOFDomain will result in undefined behavior.
See Also

Reference