ComponentOne Web API Edition
StorageProviderManager Class
Members 

C1.Web.Api.Storage Namespace : StorageProviderManager Class
This manager mantains multiple IStorageProvider.
Object Model
StorageProviderManager ClassStorageProviderManager Class
Syntax
'Declaration
 
Public NotInheritable Class StorageProviderManager 
   Inherits C1.Web.Api.Configuration.Manager(Of IStorageProvider)
public sealed class StorageProviderManager : C1.Web.Api.Configuration.Manager<IStorageProvider> 
Remarks
If add an IStorageProvider with empty string key, this IStorageProvider will be treated as the default provider. When no macthed provider are found, the default provider will be used to get the storage.
Inheritance Hierarchy

System.Object
   C1.Web.Api.Configuration.Manager<T>
      C1.Web.Api.Storage.StorageProviderManager

See Also

Reference

StorageProviderManager Members
C1.Web.Api.Storage Namespace