Click or drag to resize

EPContextPartitionServiceAddContextStateListener Method

Add 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 AddContextStateListener(
	ContextStateListener listener
)

Parameters

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