Click or drag to resize

EPRuntimeProvider Methods

The EPRuntimeProvider type exposes the following members.

Methods
  NameDescription
Public methodStatic memberGetDefaultRuntime
Returns the runtime for the default URI. The URI value for the runtime returned is "default".
Public methodStatic memberGetDefaultRuntime(Configuration)
Returns the default runtime. The URI value for the runtime returned is "default".
Public methodStatic memberGetExistingRuntime
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.
Public methodStatic memberGetRuntime(String)
Returns a runtime for a given runtime URI.

Use the URI of "default" or null to return the default runtime.

Public methodStatic memberGetRuntime(String, Configuration)
Returns a runtime for a given URI. Use the URI of "default" or null to return the default runtime.
Public methodStatic memberHasRuntime
Returns an indicator whether a runtime for the given URI is allocated (true) or is not allocated (false)
Top
See Also