ServiceSettingsProvider Class

 

Provides a default implementation of IServiceSettingsProvider which gets the settings for the service from the global ConfigurationManager.

Namespace:   Microsoft.WindowsAzure.Mobile.Service.Config
Assembly:  Microsoft.WindowsAzure.Mobile.Service (in Microsoft.WindowsAzure.Mobile.Service.dll)

System.Object
  Microsoft.WindowsAzure.Mobile.Service.Config.ServiceSettingsProvider

type ServiceSettingsProvider = 
    class
        interface IServiceSettingsProvider
    end

NameDescription
System_CAPS_pubmethodServiceSettingsProvider()

Initializes a new instance of the ServiceSettingsProvider class.

NameDescription
System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_protmethodGetAppSettings()

Gets the current application settings in a mockable manner.

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetServiceSettings()

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodInitializeSettings()

Initializes the ServiceSettingsDictionary provided in response to M:GetServiceSettings.

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: