Share via


IHostingEngine.Start Method (StartContext)

 

Initializes and starts a web application.

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

Syntax

IDisposable Start(
    StartContext context
)
IDisposable^ Start(
    StartContext^ context
)
abstract Start : 
        context:StartContext -> IDisposable
Function Start (
    context As StartContext
) As IDisposable

Parameters

Return Value

Type: System.IDisposable

Returns IDisposable.

See Also

IHostingEngine Interface
Microsoft.Owin.Hosting.Engine Namespace

Return to top