 | EPDeploymentServiceGetStatement Method |
Returns the statement of a given deployment.
A statement is uniquely identified by the deployment id that deployed the statement
and by the statement name.
Namespace:
com.espertech.esper.runtime.client
Assembly:
NEsper.Runtime (in NEsper.Runtime.dll) Version: 8.0.0.0
SyntaxEPStatement GetStatement(
string deploymentId,
string statementName
)
Parameters
- deploymentId
- Type: SystemString
deployment id of the statement - statementName
- Type: SystemString
statement name
Return Value
Type:
EPStatementstatement or null if the statement could not be found
See Also