DOFRuntimeremoveServerListener Method OpenDOF Object Access Library
Removes a previously added ServerStateListener . When the listener is removed, this method causes ServerStateListener.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 removeServerListener(
	DOFRuntimeServerStateListener serverStateListener
)

Parameters

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

Reference