Click or drag to resize

EPRuntimeStateListenerOnEPRuntimeInitialized Method

Invoked after an existing is initialized upon completion of a call to initialize.

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

Parameters

runtime
Type: com.espertech.esper.runtime.clientEPRuntime
runtime that has been successfully initialized
See Also