Share via


ServerFactoryActivator.Activate Method (Type)

 

Instantiate an instance of the given type.

Namespace:   Microsoft.Owin.Hosting.ServerFactory
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

Returns Object.

Implements

IServerFactoryActivator.Activate(Type)

See Also

ServerFactoryActivator Class
Microsoft.Owin.Hosting.ServerFactory Namespace

Return to top