Gets this DOF's runtime, which contains data about the internal runtime state of the DOF.
Namespace: org.opendof.core.oal
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax
C#
public DOFRuntime getRuntime()
Return Value
Type: DOFRuntimeA runtime monitor for this DOF.
Remarks
Collection<DOFConnection> myConnections = myDof.getRuntime() .getConnections();See the methods of Runtime for information about all data that can be retrieved.
See Also