IInstanceSettingsBundle
A unified group of Instance Setting values. All values returned from this interface are
snapshots of the latest Instance Settings data. You should call this interface every
time you need to retrieve a value.
void ForceRefresh()
Forces all Instance Setting values to be reloaded from the data store for the next read.
Reads an Instance Setting value as a boolean.
Asynchronously reads an Instance Setting value as a boolean.
Reads an Instance Setting value as an integer.
Asynchronously reads an Instance Setting value as an integer.
Reads an Instance Setting value as a 64-bit integer.
Asynchronously reads an Instance Setting value as a 64-bit integer.
Parses all Instance Setting values places them into a dictionary.
Asynchronously parses all Instance Setting values places them into a dictionary.
Reads an Instance Setting value as a string.
Asynchronously reads an Instance Setting value as a string.
Reads an Instance Setting value as an unsigned integer.
Asynchronously reads an Instance Setting value as an unsigned integer.
Reads an Instance Setting value as an unsigned 64-bit integer.
Asynchronously reads an Instance Setting value as an unsigned 64-bit integer.