IHostingStarterFactory.Create Method
Creates an instance of hosting starter.
Namespace: Microsoft.Owin.Hosting.Starter
Assembly: Microsoft.Owin.Hosting (in Microsoft.Owin.Hosting.dll)
Syntax
'Declaration
Function Create ( _
name As String _
) As IHostingStarter
'Usage
Dim instance As IHostingStarterFactory
Dim name As String
Dim returnValue As IHostingStarter
returnValue = instance.Create(name)
IHostingStarter Create(
string name
)
IHostingStarter^ Create(
String^ name
)
abstract Create :
name:string -> IHostingStarter
function Create(
name : String
) : IHostingStarter
Parameters
- name
Type: System.String
The name of the hosting starter.
Return Value
Type: Microsoft.Owin.Hosting.Starter.IHostingStarter
The created hosting starter.