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.
Assembly: Microsoft.WindowsAzure.Mobile.Service (in Microsoft.WindowsAzure.Mobile.Service.dll)
Parameters
- configBuilder
-
Type:
Microsoft.WindowsAzure.Mobile.Service.Config.IConfigBuilder
The IConfigBuilder to call as part of the configuration process.
Return Value
Type: System.Web.Http.HttpConfiguration
Show: