IAppActivator.Activate Method

Activates the application with the given type.

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

Syntax

'Declaration
Function Activate ( _
    type As Type _
) As Object
'Usage
Dim instance As IAppActivator 
Dim type As Type 
Dim returnValue As Object 

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

Parameters

Return Value

Type: System.Object
The activated application.

See Also

Reference

IAppActivator Interface

Microsoft.Owin.Hosting.Builder Namespace