Click or drag to resize

EPRuntimeIsDestroyed Property

Returns true if the runtime is in destroyed state, or false if not.

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
indicator whether the runtime has been destroyed
See Also