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)
IDisposable Create(
IAppBuilder builder
)
IDisposable^ Create(
IAppBuilder^ builder
)
abstract Create :
builder:IAppBuilder -> IDisposable
Function Create (
builder As IAppBuilder
) As IDisposable
builder
Type: Owin.IAppBuilderThe application builder.
Type: System.IDisposable
The created server factory.
IServerFactoryAdapter Interface
Microsoft.Owin.Hosting.ServerFactory Namespace
Return to top