IServerFactoryActivator.Activate Method

Activates the specified server factory.

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

Syntax

'Declaration
Function Activate ( _
    type As Type _
) As Object
'Usage
Dim instance As IServerFactoryActivator 
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

  • type
    Type: System.Type
    The type of the server factory.

Return Value

Type: System.Object
The server factory.

See Also

Reference

IServerFactoryActivator Interface

Microsoft.Owin.Hosting.ServerFactory Namespace