 | 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
Syntaxpublic static EPRuntime GetRuntime(
string uri
)
Parameters
- uri
- Type: SystemString
the URI
Return Value
Type:
EPRuntimeruntime for the given URI.
See Also