Share via


IHostingStarterActivator Interface

 

Provides interface for hosting starter.

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

Syntax

public interface IHostingStarterActivator
public interface class IHostingStarterActivator
type IHostingStarterActivator = interface end
Public Interface IHostingStarterActivator

Methods

Name Description
System_CAPS_pubmethod Activate(Type)

Activates the hosting starter.

See Also

Microsoft.Owin.Hosting.Starter Namespace

Return to top