MobileAppSettingsProvider Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides a default implementation of IMobileAppSettingsProvider which gets the settings for the service from the global ConfigurationManager.
public class MobileAppSettingsProvider : Microsoft.Azure.Mobile.Server.Config.IMobileAppSettingsProvider
type MobileAppSettingsProvider = class
interface IMobileAppSettingsProvider
Public Class MobileAppSettingsProvider
Implements IMobileAppSettingsProvider
- Inheritance
-
MobileAppSettingsProvider
- Implements
Constructors
MobileAppSettingsProvider() |
Initializes a new instance of the MobileAppSettingsProvider class. |
Methods
GetAppSettings() |
Gets the current application settings in a mockable manner. |
GetMobileAppSettings() |
Gets the MobileAppSettingsDictionary for this service. |
InitializeSettings() |
Initializes the MobileAppSettingsDictionary provided in response to GetMobileAppSettings. |
Applies to
Azure SDK for .NET