Click or drag to resize

EPRuntimeRemoveRuntimeStateListener Method

Removate a listener to runtime state changes.

Namespace:  com.espertech.esper.runtime.client
Assembly:  NEsper.Runtime (in NEsper.Runtime.dll) Version: 8.0.0.0
Syntax
C#
bool RemoveRuntimeStateListener(
	EPRuntimeStateListener listener
)

Parameters

listener
Type: com.espertech.esper.runtime.clientEPRuntimeStateListener
to remove

Return Value

Type: Boolean
true to indicate the listener was removed, or fals
See Also