 | EPRuntimeProviderGetExistingRuntime Method |
Returns an existing runtime. Returns null if the runtime for the given URI has not been initialized
or the runtime for the given URI is in destroyed state.
Namespace:
com.espertech.esper.runtime.client
Assembly:
NEsper.Runtime (in NEsper.Runtime.dll) Version: 8.0.0.0
Syntaxpublic static EPRuntime GetExistingRuntime(
string uri
)
Parameters
- uri
- Type: SystemString
the URI. If null provided it assumes "default".
Return Value
Type:
EPRuntimeRuntime for the given URI.
See Also