Click or drag to resize

EPRuntimeProviderGetDefaultRuntime Method (Configuration)

Returns the default runtime. The URI value for the runtime returned is "default".

Namespace:  com.espertech.esper.runtime.client
Assembly:  NEsper.Runtime (in NEsper.Runtime.dll) Version: 8.0.0.0
Syntax
C#
public static EPRuntime GetDefaultRuntime(
	Configuration configuration
)

Parameters

configuration
Type: com.espertech.esper.common.client.configurationConfiguration
is the configuration for the runtime

Return Value

Type: EPRuntime
default instance of the runtime.
See Also