DOFRegistrationStategetObjectID Method OpenDOF Object Access Library

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

C#
public virtual DOFObjectID getObjectID()

Return Value

Type: DOFObjectID
The object ID associated with the DOFRegistration.
  1. For a unicast registration, this will match the DOFRegistration request.
  2. For a multicast registration, this will be the specific provider's OID, whereas the request was DOFObjectID.BROADCAST .
  3. If the registration is inactive, this will be null.
See Also

Reference