StartupOwinAppBuilder.Initialize Method (Action<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 static void Initialize(
	Action<IAppBuilder> appBuilder
)

Parameters

appBuilder
Type: System.Action<IAppBuilder>

The IAppBuilder to configure.

Return to top
Show: