Returns the mapping of all assigned initiators to their associated local nodes.
Namespace: org.opendof.core.oal
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax
C#
public IDictionary<DOFObjectIDAuthentication, DOFObjectIDAuthentication> getInitiatorLocalNodeMap()
Return Value
Type: IDictionaryDOFObjectIDAuthentication, DOFObjectIDAuthenticationThe initiator local node map. May be null if node is not constructed for management.
Remarks
See Also