IServerFactoryActivator.Activate Method (Type)
Activates the specified server factory.
Namespace: Microsoft.Owin.Hosting.ServerFactory
Assembly: Microsoft.Owin.Hosting (in Microsoft.Owin.Hosting.dll)
Syntax
object Activate(
Type type
)
Object^ Activate(
Type^ type
)
abstract Activate :
type:Type -> Object
Function Activate (
type As Type
) As Object
Parameters
type
Type: System.TypeThe type of the server factory.
Return Value
Type: System.Object
The server factory.
See Also
IServerFactoryActivator Interface
Microsoft.Owin.Hosting.ServerFactory Namespace
Return to top