DOFSystemremoveRouteListener Method OpenDOF Object Access Library
Remove a route listener for this system.

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

C#
public void removeRouteListener(
	DOFSystemRouteListener listener
)

Parameters

listener
Type: org.opendof.core.oalDOFSystemRouteListener
The listener to remove. This must not be null.
Remarks

Remove a route listener for this system. The RouteListener will soon stop receiving provide updates. Removing a listener that has not been added or has already been removed has no effect.
See Also

Reference