Click or drag to resize

EPStatementIsDestroyed Property

Returns true if the statement has been undeployed.

Namespace:  com.espertech.esper.runtime.client
Assembly:  NEsper.Runtime (in NEsper.Runtime.dll) Version: 8.0.0.0
Syntax
C#
bool IsDestroyed { get; }

Property Value

Type: Boolean
true for undeployed statements, false for deployed statements.
See Also