Click or drag to resize

EPLMethodInvocationContextContextPartitionId Property

Returns the context partition id, or -1 if no contexts or if the invocation context is not associated to a specific statement and is shareable between statements

Namespace:  com.espertech.esper.common.client.hook.expr
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public int ContextPartitionId { get; }

Property Value

Type: Int32
context partition id
See Also