Click or drag to resize

EPContextPartitionServiceGetContextNestingLevel Method

Returns the nesting level for the context declaration, i.e. 1 for unnested and >1 for nested contexts.

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

Parameters

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

Return Value

Type: Int32
nesting level
See Also