Click or drag to resize

EPContextPartitionServiceAddContextPartitionStateListener Method

Add context partition state listener for the given context

Namespace:  com.espertech.esper.common.client.context
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
void AddContextPartitionStateListener(
	string deploymentId,
	string contextName,
	ContextPartitionStateListener listener
)

Parameters

deploymentId
Type: SystemString
deployment id of context (deployment id of create-context statement)
contextName
Type: SystemString
context name
listener
Type: com.espertech.esper.common.client.contextContextPartitionStateListener
to add
See Also