Click or drag to resize

EPListenableRemoveListener Method

Remove a listener that observes events.

Namespace:  com.espertech.esper.runtime.client
Assembly:  NEsper.Runtime (in NEsper.Runtime.dll) Version: 8.0.0.0
Syntax
C#
void RemoveListener(
	UpdateListener listener
)

Parameters

listener
Type: com.espertech.esper.runtime.clientUpdateListener
to remove
See Also