IAppActivator.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
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 application.
Return Value
Type: System.Object
The activated application.
See Also
IAppActivator Interface
Microsoft.Owin.Hosting.Builder Namespace
Return to top