MobileAppSettingsProvider.InitializeSettings Method

Definition

Initializes the MobileAppSettingsDictionary provided in response to GetMobileAppSettings.

protected virtual Microsoft.Azure.Mobile.Server.MobileAppSettingsDictionary InitializeSettings ();
abstract member InitializeSettings : unit -> Microsoft.Azure.Mobile.Server.MobileAppSettingsDictionary
override this.InitializeSettings : unit -> Microsoft.Azure.Mobile.Server.MobileAppSettingsDictionary
Protected Overridable Function InitializeSettings () As MobileAppSettingsDictionary

Returns

A fully initialized MobileAppSettingsDictionary.

Applies to