Share via


IsolatedStorageBackingStoreAssembler Class

Retired Content

This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.

This type supports the Enterprise Library infrastructure and is not intended to be used directly from your code. Represents the process to build an IsolatedStorageBackingStore described by a IsolatedStorageCacheStorageData configuration object.

Namespace:  Microsoft.Practices.EnterpriseLibrary.Caching.Configuration
Assembly:  Microsoft.Practices.EnterpriseLibrary.Caching (in Microsoft.Practices.EnterpriseLibrary.Caching.dll)

Syntax

'Declaration
PublicClassIsolatedStorageBackingStoreAssembler _
    Implements IAssembler(Of IBackingStore, CacheStorageData)
publicclassIsolatedStorageBackingStoreAssembler : IAssembler<IBackingStore, CacheStorageData>
publicref classIsolatedStorageBackingStoreAssembler : IAssembler<IBackingStore^, CacheStorageData^>
publicclass IsolatedStorageBackingStoreAssembler implements IAssembler<IBackingStore, CacheStorageData>

Remarks

This type is linked to the CacheStorageData type and it is used by the BackingStoreCustomFactory to build the specific IBackingStore object represented by the configuration object.

Inheritance Hierarchy

System.Object
  Microsoft.Practices.EnterpriseLibrary.Caching.Configuration.IsolatedStorageBackingStoreAssembler

See Also

IsolatedStorageBackingStoreAssembler Members

Microsoft.Practices.EnterpriseLibrary.Caching.Configuration Namespace

Retired Content

This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.