ConfigBuilder Constructor (ConfigOptions^, Action<HttpConfiguration^, ContainerBuilder^>^)
Initializes a new instance of the ConfigBuilder class a given options instance providing custom settings and an Action<T1, T2> which is called when Autofac is configured allowing the application to inject additional dependencies as well as replacing existing dependencies.
Assembly: Microsoft.WindowsAzure.Mobile.Service (in Microsoft.WindowsAzure.Mobile.Service.dll)
public:
ConfigBuilder(
ConfigOptions^ options,
Action<HttpConfiguration^, ContainerBuilder^>^ autofacConfig
)
Parameters
- options
-
Type:
Microsoft.WindowsAzure.Mobile.Service::ConfigOptions^
The ConfigOptions.
- autofacConfig
-
Type:
System::Action<HttpConfiguration^, ContainerBuilder^>^
An Action<T1, T2> which is called when the Autofac dependency engine is configured.
Show: