ServerFactoryLoader Constructor

Allows for a Dependency Injection activator to be specified.

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

Syntax

'Declaration
Public Sub New ( _
    activator As IServerFactoryActivator _
)
'Usage
Dim activator As IServerFactoryActivator 

Dim instance As New ServerFactoryLoader(activator)
public ServerFactoryLoader(
    IServerFactoryActivator activator
)
public:
ServerFactoryLoader(
    IServerFactoryActivator^ activator
)
new : 
        activator:IServerFactoryActivator -> ServerFactoryLoader
public function ServerFactoryLoader(
    activator : IServerFactoryActivator
)

Parameters

See Also

Reference

ServerFactoryLoader Class

Microsoft.Owin.Hosting.ServerFactory Namespace