Share via


IServerFactoryLoader.Load Method (String)

 

Loads the specified server factory.

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

Syntax

IServerFactoryAdapter Load(
    string serverName
)
IServerFactoryAdapter^ Load(
    String^ serverName
)
abstract Load : 
        serverName:string -> IServerFactoryAdapter
Function Load (
    serverName As String
) As IServerFactoryAdapter

Parameters

Return Value

Type: Microsoft.Owin.Hosting.ServerFactory.IServerFactoryAdapter

The server factory that is being loaded.

See Also

IServerFactoryLoader Interface
Microsoft.Owin.Hosting.ServerFactory Namespace

Return to top