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
services
Type: System.IServiceProviderThe service provider for this application.
See Also
AppActivator Class
Microsoft.Owin.Hosting.Builder Namespace
Return to top