ITableControllerConfigProvider.Configure Method (HttpControllerSettings, HttpControllerDescriptor)

 

Configures the settings specific for controllers of type TableController(Of TData).

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

Sub Configure (
	controllerSettings As HttpControllerSettings,
	controllerDescriptor As HttpControllerDescriptor
)

Parameters

controllerSettings
Type: System.Web.Http.Controllers.HttpControllerSettings

The HttpControllerSettings for this controller type.

controllerDescriptor
Type: System.Web.Http.Controllers.HttpControllerDescriptor

The HttpControllerDescriptor for this controller type.

Return to top
Show: