ServicesFactory.Create Method (IDictionary<String, String>)

Creates a specified service provider with a given settings.

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

Syntax

'Declaration
Public Shared Function Create ( _
    settings As IDictionary(Of String, String) _
) As IServiceProvider
'Usage
Dim settings As IDictionary(Of String, String)
Dim returnValue As IServiceProvider 

returnValue = ServicesFactory.Create(settings)
public static IServiceProvider Create(
    IDictionary<string, string> settings
)
public:
static IServiceProvider^ Create(
    IDictionary<String^, String^>^ settings
)
static member Create : 
        settings:IDictionary<string, string> -> IServiceProvider
public static function Create(
    settings : IDictionary<String, String>
) : IServiceProvider

Parameters

Return Value

Type: System.IServiceProvider
The created service provider.

See Also

Reference

ServicesFactory Class

Create Overload

Microsoft.Owin.Hosting.Services Namespace