This is called when a
Type.POINT
leaves the secure group.
Type.GROUP
managers cannot
detect this, so in that case, this method will never be called.
Namespace: org.opendof.core.oal
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax
C#
void peerRemoved( DOFConnection connection, DOFAddress address )
Parameters
- connection
- Type: org.opendof.core.oalDOFConnection
This is the Type.HUB connection that this listener was added on. - address
- Type: org.opendof.core.oalDOFAddress
The address of the leaving node.
See Also