Click or drag to resize

EPRuntimeProviderHasRuntime Method

Returns an indicator whether a runtime for the given URI is allocated (true) or is not allocated (false)

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

Parameters

uri
Type: SystemString
runtime uri

Return Value

Type: Boolean
indicator
See Also