Click or drag to resize

EPContextPartitionServiceGetIdentifier Method

Returning the descriptor of a given context partition.

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

Parameters

deploymentId
Type: SystemString
deployment id of context (deployment id of create-context statement)
contextName
Type: SystemString
context name
agentInstanceId
Type: SystemInt32
the context partition id number

Return Value

Type: ContextPartitionIdentifier
identifier or null if the context partition is not found
See Also