![]() | EPRuntimeProvider Methods |
The EPRuntimeProvider type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | GetDefaultRuntime |
Returns the runtime for the default URI. The URI value for the runtime returned is "default".
|
![]() ![]() | GetDefaultRuntime(Configuration) |
Returns the default runtime. The URI value for the runtime returned is "default".
|
![]() ![]() | GetExistingRuntime |
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.
|
![]() ![]() | GetRuntime(String) |
Returns a runtime for a given runtime URI.
Use the URI of "default" or null to return the default runtime.
|
![]() ![]() | GetRuntime(String, Configuration) |
Returns a runtime for a given URI.
Use the URI of "default" or null to return the default runtime.
|
![]() ![]() | HasRuntime |
Returns an indicator whether a runtime for the given URI is allocated (true) or is not allocated (false)
|