HostConfigProvider.Initialize Method (IConfigBuilder)

 

Initializes a new instance of the HostConfigProvider class. The provided configBuilder instance is called upon each step of the service configuration process so that it can participate and change the result.

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

public HttpConfiguration Initialize(
	IConfigBuilder configBuilder
)

Parameters

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

The IConfigBuilder to call as part of the configuration process.

Return to top
Show: