AppLoader Constructor (IEnumerable<IAppLoaderFactory>)
Initializes a new instance of the AppLoader class.
Namespace: Microsoft.Owin.Hosting.Loader
Assembly: Microsoft.Owin.Hosting (in Microsoft.Owin.Hosting.dll)
Syntax
public AppLoader(
IEnumerable<IAppLoaderFactory> providers
)
public:
AppLoader(
IEnumerable<IAppLoaderFactory^>^ providers
)
new :
providers:IEnumerable<IAppLoaderFactory> -> AppLoader
Public Sub New (
providers As IEnumerable(Of IAppLoaderFactory)
)
Parameters
providers
Type: System.Collections.Generic.IEnumerable<IAppLoaderFactory>The providers for this AppLoader.
See Also
AppLoader Class
Microsoft.Owin.Hosting.Loader Namespace
Return to top