Click or drag to resize

EPRuntimeProviderGetExistingRuntime Method

Returns an existing runtime. Returns null if the runtime for the given URI has not been initialized or the runtime for the given URI is in destroyed state.

Namespace:  com.espertech.esper.runtime.client
Assembly:  NEsper.Runtime (in NEsper.Runtime.dll) Version: 8.0.0.0
Syntax
C#
public static EPRuntime GetExistingRuntime(
	string uri
)

Parameters

uri
Type: SystemString
the URI. If null provided it assumes "default".

Return Value

Type: EPRuntime
Runtime for the given URI.
See Also