Parses all Instance Setting values places them into a dictionary.
Namespace: Relativity.API
Assembly: Relativity.API (in Relativity.API.dll) Version: 640db774aa42dfbe1785add27fbb41844ec5c7d4
Syntax
Return Value
Type: IReadOnlyDictionary<TKey, TValue>A dictionary of Instance Setting sections, names, and values.
Exceptions
Exception | Condition |
---|---|
Timeout | Throws a TimeoutException if the bundle is not initialized within a reasonable time. This exception can only be thrown on the initial bundle load. Once a value has been cached, this method is guaranteed to return a value for the duration of the bundle's lifetime. Consumers should read a value from the bundle at application startup to ensure the cache has been populated. |
See Also