Share via


HostingStarterFactory.Create Method

Creates an instance of hosting starter with a given name.

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

Syntax

'Declaration
Public Overridable Function Create ( _
    name As String _
) As IHostingStarter
'Usage
Dim instance As HostingStarterFactory 
Dim name As String 
Dim returnValue As IHostingStarter 

returnValue = instance.Create(name)
public virtual IHostingStarter Create(
    string name
)
public:
virtual IHostingStarter^ Create(
    String^ name
)
abstract Create : 
        name:string -> IHostingStarter  
override Create : 
        name:string -> IHostingStarter
public function Create(
    name : String
) : IHostingStarter

Parameters

Return Value

Type: Microsoft.Owin.Hosting.Starter.IHostingStarter
The created IHostingStarter.

Implements

IHostingStarterFactory.Create(String)

See Also

Reference

HostingStarterFactory Class

Microsoft.Owin.Hosting.Starter Namespace