AppActivator Class

Represents an application activator.

Inheritance Hierarchy

System.Object
  Microsoft.Owin.Hosting.Builder.AppActivator

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

Syntax

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

The AppActivator type exposes the following members.

Constructors

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

Top

Methods

  Name Description
Public method Activate Activates the application 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.Builder Namespace