IHostingStarter Interface
Provides interface for hosting starter.
Namespace: Microsoft.Owin.Hosting.Starter
Assembly: Microsoft.Owin.Hosting (in Microsoft.Owin.Hosting.dll)
Syntax
'Declaration
Public Interface IHostingStarter
'Usage
Dim instance As IHostingStarter
public interface IHostingStarter
public interface class IHostingStarter
type IHostingStarter = interface end
public interface IHostingStarter
The IHostingStarter type exposes the following members.
Methods
Name | Description | |
---|---|---|
Start | Starts a hosting. |
Top