Click or drag to resize

ContextPartitionStateListenerOnContextPartitionDeallocated Method

Invoked when a context partition is destroyed, provided once per context and per partition independent of the number of statements.

Namespace:  com.espertech.esper.common.client.context
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
void OnContextPartitionDeallocated(
	ContextStateEventContextPartitionDeallocated event
)

Parameters

event
Type: com.espertech.esper.common.client.contextContextStateEventContextPartitionDeallocated
event
See Also