Click or drag to resize

EPContextPartitionServiceRemoveContextPartitionStateListeners Method

Removes all 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 RemoveContextPartitionStateListeners(
	string deploymentId,
	string contextName
)

Parameters

deploymentId
Type: SystemString
deployment id of context (deployment id of create-context statement)
contextName
Type: SystemString
context name
See Also