Share via


IServerFactoryAdapter.Create Method (IAppBuilder)

 

Creates an instance of the server factory.

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

Syntax

IDisposable Create(
    IAppBuilder builder
)
IDisposable^ Create(
    IAppBuilder^ builder
)
abstract Create : 
        builder:IAppBuilder -> IDisposable
Function Create (
    builder As IAppBuilder
) As IDisposable

Parameters

  • builder
    Type: Owin.IAppBuilder

    The application builder.

Return Value

Type: System.IDisposable

The created server factory.

See Also

IServerFactoryAdapter Interface
Microsoft.Owin.Hosting.ServerFactory Namespace

Return to top