ServiceSettingsProvider 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 IServiceSettingsProvider which gets the
settings for the service from the global ConfigurationManager.
public class ServiceSettingsProvider : Microsoft.WindowsAzure.Mobile.Service.Config.IServiceSettingsProvider
type ServiceSettingsProvider = class
interface IServiceSettingsProvider
Public Class ServiceSettingsProvider
Implements IServiceSettingsProvider
- Inheritance
-
ServiceSettingsProvider
- Implements
Constructors
ServiceSettingsProvider() |
Initializes a new instance of the ServiceSettingsProvider class. |
Methods
GetAppSettings() |
Gets the current application settings in a mockable manner. |
GetServiceSettings() |
Gets the ServiceSettingsDictionary for this service. |
InitializeSettings() |
Initializes the ServiceSettingsDictionary provided in response to GetServiceSettings. |
Applies to
Azure SDK for .NET