ServiceConfig.Initialize Method (IConfigBuilder)

 

A static starting point for kicking off the configuration process.

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

public static HttpConfiguration Initialize(
	IConfigBuilder configBuilder
)

Parameters

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

The IConfigBuilder to call at each step of the configuration process so that the Mobile Service can modify or add to the configuration.

Return Value

Type: System.Web.Http.HttpConfiguration

The configured HttpConfiguration.

Return to top
Show: