Click or drag to resize

EPRuntimeProviderGetRuntime Method (String)

Returns a runtime for a given runtime URI.

Use the URI of "default" or null to return the default runtime.

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

Parameters

uri
Type: SystemString
the URI

Return Value

Type: EPRuntime
runtime for the given URI.
See Also