HostConfigProvider::GetServices Method (HttpConfiguration^)
Gets the set of services which this service depends on in order to function.
Assembly: Microsoft.WindowsAzure.Mobile.Service (in Microsoft.WindowsAzure.Mobile.Service.dll)
Parameters
- config
-
Type:
System.Web.Http::HttpConfiguration^
The HttpConfiguration instance.
Return Value
Type: System.Collections.Generic::IDictionary<Type^, Object^>^The set of services to register for this backend.
Show: