 | 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
Syntaxpublic static bool HasRuntime(
string uri
)
Parameters
- uri
- Type: SystemString
runtime uri
Return Value
Type:
Booleanindicator
See Also