ServicesFactory Class
Create a default ServiceProvider with input from a variety or sources.
Namespace: Microsoft.Owin.Hosting.Services
Assembly: Microsoft.Owin.Hosting (in Microsoft.Owin.Hosting.dll)
Inheritance Hierarchy
System.Object
Microsoft.Owin.Hosting.Services.ServicesFactory
Syntax
public static class ServicesFactory
public ref class ServicesFactory abstract sealed
[<AbstractClass>]
[<Sealed>]
type ServicesFactory = class end
Public NotInheritable Class ServicesFactory
Methods
Name | Description | |
---|---|---|
![]() ![]() |
Create() | Create a default ServiceProvider. |
![]() ![]() |
Create(Action<ServiceProvider>) | Create a default ServiceProvider. |
![]() ![]() |
Create(IDictionary<String, String>) | Create a default ServiceProvider with the given settings. |
![]() ![]() |
Create(IDictionary<String, String>, Action<ServiceProvider>) | Create a default ServiceProvider with the given settings. |
![]() ![]() |
Create(String) | Create a default ServiceProvider with the given settings file. |
![]() ![]() |
Create(String, Action<ServiceProvider>) | Create a default ServiceProvider with the given settings file. |
![]() ![]() |
ForEach(Action<Type, Type>) | Enumerate the default service types. |
![]() ![]() |
ForEach(IDictionary<String, String>, Action<Type, Type>) | Enumerate the default service types with the given settings overrides. |
![]() ![]() |
ForEach(String, Action<Type, Type>) | Enumerate the default service types with the given settings file overrides. |
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Microsoft.Owin.Hosting.Services Namespace
Return to top