Share via


HostingStarterFactory.Create Method (String)

 

Selects from known hosting starters, or detects additional providers via convention.

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

Syntax

public virtual IHostingStarter Create(
    string name
)
public:
virtual IHostingStarter^ Create(
    String^ name
)
abstract Create : 
        name:string -> IHostingStarter
override Create : 
        name:string -> IHostingStarter
Public Overridable Function Create (
    name As String
) As IHostingStarter

Parameters

Return Value

Type: Microsoft.Owin.Hosting.Starter.IHostingStarter

Returns IHostingStarter.

Implements

IHostingStarterFactory.Create(String)

See Also

HostingStarterFactory Class
Microsoft.Owin.Hosting.Starter Namespace

Return to top