Share via


AppActivator.Activate Method (Type)

 

Activates the application with the given type.

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

Syntax

public virtual object Activate(
    Type type
)
public:
virtual Object^ Activate(
    Type^ type
)
abstract Activate : 
        type:Type -> Object
override Activate : 
        type:Type -> Object
Public Overridable Function Activate (
    type As Type
) As Object

Parameters

Return Value

Type: System.Object

The activated application.

Implements

IAppActivator.Activate(Type)

See Also

AppActivator Class
Microsoft.Owin.Hosting.Builder Namespace

Return to top