Click or drag to resize

EPRuntimeProviderGetRuntime Method (String, Configuration)

Returns a runtime for a given 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,
	Configuration configuration
)

Parameters

uri
Type: SystemString
the runtime URI. If null provided it assumes "default".
configuration
Type: com.espertech.esper.common.client.configurationConfiguration
is the configuration for the runtime

Return Value

Type: EPRuntime
Runtime for the given URI.
See Also