DOFServerremoveStateListener Method OpenDOF Object Access Library
Remove a StateListener from this server. The listener will soon stop receiving updates.

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

C#
public void removeStateListener(
	DOFServerStateListener stateListener
)

Parameters

stateListener
Type: org.opendof.core.oalDOFServerStateListener
The listener that should no longer be called. This must not be null.
See Also

Reference