Click or drag to resize

ContextPartitionStateListenerOnContextPartitionAllocated Method

Invoked when a context partition is allocated, 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 OnContextPartitionAllocated(
	ContextStateEventContextPartitionAllocated event
)

Parameters

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