Share via


AppActivator Constructor (IServiceProvider)

 

Initializes a new instance of the AppActivator class.

Namespace:   Microsoft.Owin.Hosting.Builder
Assembly:  Microsoft.Owin.Hosting (in Microsoft.Owin.Hosting.dll)

Syntax

public AppActivator(
    IServiceProvider services
)
public:
AppActivator(
    IServiceProvider^ services
)
new : 
        services:IServiceProvider -> AppActivator
Public Sub New (
    services As IServiceProvider
)

Parameters

See Also

AppActivator Class
Microsoft.Owin.Hosting.Builder Namespace

Return to top