IHostingStarterActivator.Activate Method

Activates the hosting starter.

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

Syntax

'Declaration
Function Activate ( _
    type As Type _
) As IHostingStarter
'Usage
Dim instance As IHostingStarterActivator 
Dim type As Type 
Dim returnValue As IHostingStarter 

returnValue = instance.Activate(type)
IHostingStarter Activate(
    Type type
)
IHostingStarter^ Activate(
    Type^ type
)
abstract Activate : 
        type:Type -> IHostingStarter
function Activate(
    type : Type
) : IHostingStarter

Parameters

  • type
    Type: System.Type
    The type of the hosting starter.

Return Value

Type: Microsoft.Owin.Hosting.Starter.IHostingStarter
The hosting starter being activated.

See Also

Reference

IHostingStarterActivator Interface

Microsoft.Owin.Hosting.Starter Namespace