StartupOwinAppBuilder Class

 

The initial OWIN startup application builder. This class kicks off initialization by invoking the OWIN application builder which has been registered using the Initialize method.

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

System.Object
  Microsoft.WindowsAzure.Mobile.Service.Config.StartupOwinAppBuilder

type StartupOwinAppBuilder = class end

NameDescription
System_CAPS_pubpropertySystem_CAPS_staticOwinAppBuilder

The actual IAppBuilder used to initialize the service.

NameDescription
System_CAPS_pubmethodConfiguration(IAppBuilder)

The system level method for kicking off the registered OWIN application builder.

System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodSystem_CAPS_staticInitialize(Action<IAppBuilder>)

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

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: