Click or drag to resize

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
Syntax
C#
EPStatement GetStatement(
	string deploymentId,
	string statementName
)

Parameters

deploymentId
Type: SystemString
deployment id of the statement
statementName
Type: SystemString
statement name

Return Value

Type: EPStatement
statement or null if the statement could not be found
See Also