AppActivator.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
Public Overridable Function Activate ( _
    type As Type _
) As Object
'Usage
Dim instance As AppActivator 
Dim type As Type 
Dim returnValue As Object 

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

Parameters

Return Value

Type: System.Object
The activated application.

Implements

IAppActivator.Activate(Type)

See Also

Reference

AppActivator Class

Microsoft.Owin.Hosting.Builder Namespace