Web API Edition | ComponentOne
C1.Web.Api.Storage Namespace / StorageProviderManager Class
Members

In This Topic
    StorageProviderManager Class
    In This Topic
    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