Reloads the App's settings from the remote server.
Namespace:
RedCritterV1Assembly: RedCritterV1 (in RedCritterV1.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
| C# | Visual Basic |
public void GetSettingsFromServer()
Public Sub GetSettingsFromServer
Remarks
Upon startup your App's settings will automatically be available. Typically there is no need to call this method unless the user has changed their settings through a modal browser page or some other external mechanism. The RedCritter Configuration Dialog will automatically persist changes to the server and callback the same OnSettingsLoaded() method that this uses.
Calling this method with will cause the App to reload all settings from the remote server. Upon successful completion the settings from the server will replace any existing any existing settings in memory that were not previously saved to the server via the SaveSettings() method.
A call to this method will result in an asynchronous callback to your App's OnSettingsLoaded() method.