Click or drag to resize

EPRuntimeStateListenerOnEPRuntimeDestroyRequested Method

Invoked before an is destroyed.

Namespace:  com.espertech.esper.runtime.client
Assembly:  NEsper.Runtime (in NEsper.Runtime.dll) Version: 8.0.0.0
Syntax
C#
void OnEPRuntimeDestroyRequested(
	EPRuntime runtime
)

Parameters

runtime
Type: com.espertech.esper.runtime.clientEPRuntime
runtime to be destroyed
See Also