HostingStarterActivator.Activate Method (Type)
Activates a hosting starter with the given type.
Namespace: Microsoft.Owin.Hosting.Starter
Assembly: Microsoft.Owin.Hosting (in Microsoft.Owin.Hosting.dll)
Syntax
public virtual IHostingStarter Activate(
Type type
)
public:
virtual IHostingStarter^ Activate(
Type^ type
)
abstract Activate :
type:Type -> IHostingStarter
override Activate :
type:Type -> IHostingStarter
Public Overridable 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 IHostingStarter that is being activated.
Implements
IHostingStarterActivator.Activate(Type)
See Also
HostingStarterActivator Class
Microsoft.Owin.Hosting.Starter Namespace
Return to top