Click or drag to resize

EPContextPartitionServiceRemoveContextStateListener Method

Remove a context state listener

Namespace:  com.espertech.esper.common.client.context
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
void RemoveContextStateListener(
	ContextStateListener listener
)

Parameters

listener
Type: com.espertech.esper.common.client.contextContextStateListener
to remove
See Also