Share via


ConfigBuilder Constructor (ConfigOptions)

 

Initializes a new instance of the ConfigBuilder class a given options instance providing custom settings.

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

Syntax

public ConfigBuilder(
    ConfigOptions options
)
public:
ConfigBuilder(
    ConfigOptions^ options
)
new : 
        options:ConfigOptions -> ConfigBuilder
Public Sub New (
    options As ConfigOptions
)

Parameters

See Also

ConfigBuilder Overload
ConfigBuilder Class
Microsoft.WindowsAzure.Mobile.Service Namespace

Return to top