IHostingStarterActivator Interface

Provides interface for hosting starter.

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

Syntax

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

The IHostingStarterActivator type exposes the following members.

Methods

  Name Description
Public method Activate Activates the hosting starter.

Top

See Also

Reference

Microsoft.Owin.Hosting.Starter Namespace