DOFRuntimeremoveConnectionListener Method OpenDOF Object Access Library
Removes a previously added ConnectionStateListener . When the listener is removed, this method causes ConnectionStateListener.removed(Runtime, DOFException) to be called.

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

C#
public abstract void removeConnectionListener(
	DOFRuntimeConnectionStateListener connectionStateListener
)

Parameters

connectionStateListener
Type: org.opendof.core.oalDOFRuntimeConnectionStateListener
The listener to remove. This must not be null.
See Also

Reference