IHostingStarterActivator.Activate Method (Type)
Activates the hosting starter.
Namespace: Microsoft.Owin.Hosting.Starter
Assembly: Microsoft.Owin.Hosting (in Microsoft.Owin.Hosting.dll)
Syntax
IHostingStarter Activate(
Type type
)
IHostingStarter^ Activate(
Type^ type
)
abstract Activate :
type:Type -> IHostingStarter
Function Activate (
type As Type
) As IHostingStarter
Parameters
type
Type: System.TypeThe type of the hosting starter.
Return Value
Type: Microsoft.Owin.Hosting.Starter.IHostingStarter
The hosting starter being activated.
See Also
IHostingStarterActivator Interface
Microsoft.Owin.Hosting.Starter Namespace
Return to top