 | EPContextPartitionServiceGetContextStatementNames Method |
Returns the statement names associated to the context of the given name.
Returns null if a context declaration for the name does not exist.
Namespace:
com.espertech.esper.common.client.context
Assembly:
NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntaxstring[] GetContextStatementNames(
string deploymentId,
string contextName
)
Parameters
- deploymentId
- Type: SystemString
deployment id of context (deployment id of create-context statement) - contextName
- Type: SystemString
context name to return statements for
Return Value
Type:
String
statement names, or null if the context does not exist, or empty list if no statements areassociated to the context
(counting started and stopped statements, not destroyed ones).
See Also