IServerFactoryLoader.Load Method

Loads the specified server factory.

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

Syntax

'Declaration
Function Load ( _
    serverName As String _
) As IServerFactoryAdapter
'Usage
Dim instance As IServerFactoryLoader 
Dim serverName As String 
Dim returnValue As IServerFactoryAdapter 

returnValue = instance.Load(serverName)
IServerFactoryAdapter Load(
    string serverName
)
IServerFactoryAdapter^ Load(
    String^ serverName
)
abstract Load : 
        serverName:string -> IServerFactoryAdapter
function Load(
    serverName : String
) : IServerFactoryAdapter

Parameters

Return Value

Type: Microsoft.Owin.Hosting.ServerFactory.IServerFactoryAdapter
The server factory that is being loaded.

See Also

Reference

IServerFactoryLoader Interface

Microsoft.Owin.Hosting.ServerFactory Namespace