DOFConnectionremoveStateListener Method OpenDOF Object Access Library
Remove a connection state-change handler from this connection.

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

C#
public void removeStateListener(
	DOFConnectionStateListener stateListener
)

Parameters

stateListener
Type: org.opendof.core.oalDOFConnectionStateListener
The listener that should no longer be notified. This must not be null.
Remarks

Remove a connection state-change handler from this connection. The listener will soon stop receiving updates.
See Also

Reference