HostingStarterActivator Class

Represents a hosting starter activator.

Inheritance Hierarchy

System.Object
  Microsoft.Owin.Hosting.Starter.HostingStarterActivator

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

Syntax

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

The HostingStarterActivator type exposes the following members.

Constructors

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

Top

Methods

  Name Description
Public method Activate Activates a hosting starter with the given type.
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