Share via


IHostingStarterFactory.Create Method (String)

 

Creates an instance of hosting starter.

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

Syntax

IHostingStarter Create(
    string name
)
IHostingStarter^ Create(
    String^ name
)
abstract Create : 
        name:string -> IHostingStarter
Function Create (
    name As String
) As IHostingStarter

Parameters

Return Value

Type: Microsoft.Owin.Hosting.Starter.IHostingStarter

The created hosting starter.

See Also

IHostingStarterFactory Interface
Microsoft.Owin.Hosting.Starter Namespace

Return to top