Share via


HostingStarterFactory Class

Represents a hosting starter factory.

Inheritance Hierarchy

System.Object
  Microsoft.Owin.Hosting.Starter.HostingStarterFactory

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

Syntax

'Declaration
Public Class HostingStarterFactory _
    Implements IHostingStarterFactory
'Usage
Dim instance As HostingStarterFactory
public class HostingStarterFactory : IHostingStarterFactory
public ref class HostingStarterFactory : IHostingStarterFactory
type HostingStarterFactory =  
    class 
        interface IHostingStarterFactory 
    end
public class HostingStarterFactory implements IHostingStarterFactory

The HostingStarterFactory type exposes the following members.

Constructors

  Name Description
Public method HostingStarterFactory Initializes a new instance of the HostingStarterFactory class.

Top

Methods

  Name Description
Public method Create Creates an instance of hosting starter with a given name.
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.Owin.Hosting.Starter Namespace