IAppActivator Interface

Represents a base class that provides application activator.

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

Syntax

'Declaration
Public Interface IAppActivator
'Usage
Dim instance As IAppActivator
public interface IAppActivator
public interface class IAppActivator
type IAppActivator =  interface end
public interface IAppActivator

The IAppActivator type exposes the following members.

Methods

  Name Description
Public method Activate Activates the application with the given type.

Top

See Also

Reference

Microsoft.Owin.Hosting.Builder Namespace