CachingStoreProviderDataManageabilityProvider 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.

The latest Enterprise Library information can be found at the Enterprise Library site.

Provides an implementation for CachingStoreProviderData that splits policy overrides processing and WMI objects generation, performing appropriate logging of policy processing errors.

Namespace:  Microsoft.Practices.EnterpriseLibrary.Security.Cache.CachingStore.Configuration.Manageability
Assembly:  Microsoft.Practices.EnterpriseLibrary.Security.Cache.CachingStore (in Microsoft.Practices.EnterpriseLibrary.Security.Cache.CachingStore.dll)

Syntax

'Declaration
Public Class CachingStoreProviderDataManageabilityProvider _
    Inherits ConfigurationElementManageabilityProviderBase(Of CachingStoreProviderData)
public class CachingStoreProviderDataManageabilityProvider : ConfigurationElementManageabilityProviderBase<CachingStoreProviderData>
public ref class CachingStoreProviderDataManageabilityProvider : public ConfigurationElementManageabilityProviderBase<CachingStoreProviderData^>
public class CachingStoreProviderDataManageabilityProvider extends ConfigurationElementManageabilityProviderBase<CachingStoreProviderData>

Inheritance Hierarchy

System.Object
  ConfigurationElementManageabilityProvider
    ConfigurationElementManageabilityProviderBase<CachingStoreProviderData>
      Microsoft.Practices.EnterpriseLibrary.Security.Cache.CachingStore.Configuration.Manageability.CachingStoreProviderDataManageabilityProvider

See Also

CachingStoreProviderDataManageabilityProvider Members

Microsoft.Practices.EnterpriseLibrary.Security.Cache.CachingStore.Configuration.Manageability Namespace