Share via


IHostingEngine.Start Method

Starts the hosting.

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

Syntax

'Declaration
Function Start ( _
    context As StartContext _
) As IDisposable
'Usage
Dim instance As IHostingEngine 
Dim context As StartContext 
Dim returnValue As IDisposable 

returnValue = instance.Start(context)
IDisposable Start(
    StartContext context
)
IDisposable^ Start(
    StartContext^ context
)
abstract Start : 
        context:StartContext -> IDisposable
function Start(
    context : StartContext
) : IDisposable

Parameters

Return Value

Type: System.IDisposable
An IDisposable instance that can be called to shut down the hosting.

See Also

Reference

IHostingEngine Interface

Microsoft.Owin.Hosting.Engine Namespace