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
type
Type: System.TypeThe type of the application.
Return Value
Type: System.Object
The activated application.
Implements
See Also
AppActivator Class
Microsoft.Owin.Hosting.Builder Namespace
Return to top