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: DOFObjectIDThe object ID associated with the DOFRegistration.
- For a unicast registration, this will match the DOFRegistration request.
- For a multicast registration, this will be the specific provider's OID, whereas the request was DOFObjectID.BROADCAST .
- If the registration is inactive, this will be null.
See Also