RuntimeConnectOptions Enumeration |
Advanced settings to configure how the adapter manages and connects to a runtime instance.
Namespace:
Openfin.Desktop
Assembly:
OpenfinDesktop (in OpenfinDesktop.dll) Version: 17.5.1
Syntax [FlagsAttribute]
public enum RuntimeConnectOptions
Members
| Member name | Value | Description |
---|
| None | 0 |
The adapter manages a cache of runtime instances and launches the runtime with the RVM.
|
| Default | 0 | Obsolete.
The adapter manages a cache of runtime instances and launches the runtime with the RVM.
|
| Unmanaged | 1 |
Disables static caching the requested runtime instance.
|
| DirectLaunch | 2 |
Reserved for future use.
|
| UseExternal | 6 |
Creates a runtime instance which will connect to an externally launched version of the runtime.
|
| NonPersistent | 16 |
Automatically disconnect the adapter from the runtime when the last application or persistent connection closes.
|
See Also