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)

System::Object
  Microsoft.Owin.Hosting.Services::ServicesFactory

public ref class ServicesFactory abstract sealed 

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticCreate()

Create a default ServiceProvider.

System_CAPS_pubmethodSystem_CAPS_staticCreate(Action<ServiceProvider^>^)

Create a default ServiceProvider.

System_CAPS_pubmethodSystem_CAPS_staticCreate(IDictionary<String^, String^>^)

Create a default ServiceProvider with the given settings.

System_CAPS_pubmethodSystem_CAPS_staticCreate(IDictionary<String^, String^>^, Action<ServiceProvider^>^)

Create a default ServiceProvider with the given settings.

System_CAPS_pubmethodSystem_CAPS_staticCreate(String^)

Create a default ServiceProvider with the given settings file.

System_CAPS_pubmethodSystem_CAPS_staticCreate(String^, Action<ServiceProvider^>^)

Create a default ServiceProvider with the given settings file.

System_CAPS_pubmethodSystem_CAPS_staticForEach(Action<Type^, Type^>^)

Enumerate the default service types.

System_CAPS_pubmethodSystem_CAPS_staticForEach(IDictionary<String^, String^>^, Action<Type^, Type^>^)

Enumerate the default service types with the given settings overrides.

System_CAPS_pubmethodSystem_CAPS_staticForEach(String^, Action<Type^, Type^>^)

Enumerate the default service types with the given settings file overrides.

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: