IHostConfigProvider::Initialize Method (IConfigBuilder^)

 

Initialization is kicked off by ServiceConfig which determines the IHostConfigProvider to use and then calls this method on it. The provider will in turn call the given configBuilder so that the service can participate in all steps of the configuration.

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

HttpConfiguration^ Initialize(
	IConfigBuilder^ configBuilder
)

Parameters

configBuilder
Type: Microsoft.WindowsAzure.Mobile.Service.Config::IConfigBuilder^

The IConfigBuilder to call into as part of the configuration.

Return Value

Type: System.Web.Http::HttpConfiguration^

The resulting HttpConfiguration.

Return to top
Show: