Share via


IHostingStarter Interface

 

Performs any necessary environment setup prior to executing the IHostingEngine.

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

Syntax

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

Methods

Name Description
System_CAPS_pubmethod Start(StartOptions)

Performs any necessary environment setup prior to executing the IHostingEngine.

See Also

Microsoft.Owin.Hosting.Starter Namespace

Return to top