DOFDomaingetState Method OpenDOF Object Access Library
Get the current instantaneous state of the domain.

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

C#
public DOFDomainState getState()

Return Value

Type: DOFDomainState
The current state of the domain.
Remarks

Get the current instantaneous state of the domain. This is only a snapshot. To obtain updated information, this method must be called again.
See Also

Reference