StartupOwinAppBuilder.Initialize Method (Action(Of IAppBuilder))

 

Registers the given appBuilder as the one to invoke upon startup.

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

Public Shared Sub Initialize (
	appBuilder As Action(Of IAppBuilder)
)

Parameters

appBuilder
Type: System.Action(Of IAppBuilder)

The IAppBuilder to configure.

Return to top
Show: