Share via


HostingStarterActivator Constructor (IServiceProvider)

 

Initializes a new instance of the HostingStarterActivator class.

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

Syntax

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

Parameters

See Also

HostingStarterActivator Class
Microsoft.Owin.Hosting.Starter Namespace

Return to top