HostConfigProvider::GetServices Method (HttpConfiguration^)

 

Gets the set of services which this service depends on in order to function.

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

protected:
virtual IDictionary<Type^, Object^>^ GetServices(
	HttpConfiguration^ config
)

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.

Return to top
Show: