Share via


IServerFactoryActivator Interface

 

Represents an interface for server factory activator.

Namespace:   Microsoft.Owin.Hosting.ServerFactory
Assembly:  Microsoft.Owin.Hosting (in Microsoft.Owin.Hosting.dll)

Syntax

public interface IServerFactoryActivator
public interface class IServerFactoryActivator
type IServerFactoryActivator = interface end
Public Interface IServerFactoryActivator

Methods

Name Description
System_CAPS_pubmethod Activate(Type)

Activates the specified server factory.

See Also

Microsoft.Owin.Hosting.ServerFactory Namespace

Return to top