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.
Assembly: Microsoft.WindowsAzure.Mobile.Service (in Microsoft.WindowsAzure.Mobile.Service.dll)
| Name | Description | |
|---|---|---|
![]() | StartupOwinAppBuilder() |
| Name | Description | |
|---|---|---|
![]() ![]() | OwinAppBuilder | The actual IAppBuilder used to initialize the service. |
| Name | Description | |
|---|---|---|
![]() | Configuration(IAppBuilder^) | The system level method for kicking off the registered OWIN application builder. |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() ![]() | Initialize(Action<IAppBuilder^>^) | Registers the given appBuilder as the one to invoke upon startup. |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (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.
Show:



