DOFConnectionremovePeerListener Method OpenDOF Object Access Library
Remove a peer listener from this connection.

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

C#
public void removePeerListener(
	DOFConnectionPeerListener peerListener
)

Parameters

peerListener
Type: org.opendof.core.oalDOFConnectionPeerListener
The listener that should be called with peer discovery. This must not be null.
Exceptions

ExceptionCondition
ArgumentException If this connection type is not Type.HUB or Type.GROUP .
Remarks

Remove a peer listener from this connection. The listener will stop receiving updates.
See Also

Reference